Html Css Color HEX #BADBBA Surf

📋 copy color: '#BADBBA'

red 186 ◦ green 219 ◦ blue 186

#BADBBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf #BADBBA

Tints of Surf #BADBBA

RGB

 RED value IS 186 (73.05% from 255) = 31.47%

 GREEN value IS 219 (85.94% from 255) = 37.06%

 BLUE value IS 186 (73.05% from 255) = 31.47%

R = 31.47%
G = 37.06%
B = 31.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BADBBA (or 0xBADBBA) is known color: Surf. HEX triplet: BA, DB and BA. RGB value is (186,219,186). Sum of RGB (Red+Green+Blue) = 186+219+186=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBBA is #452445. Grayscale: #CDCDCD. Windows color (decimal): -4531270 or 12245946. OLE color: 12245946.

HSL color Cylindrical-coordinate representation of color #BADBBA: hue angle of 120º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADBBA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 186 -
CMYK 0.15 0 0.15 0.14
HSL 120º 0.31% 0.79% -
HSV(B) 120º 0.15% 0.86% -
XYZ 54.44 64.65 56.06 -
YUV 205.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 186 219 186 0.15 0 0.15 0.14 120 0.31 0.79
Hex BA DB BA F 0 F E 78 1F 4F
Octal 272 333 272 17 0 17 16 170 37 117
Binary 10111010 11011011 10111010 1111 0 1111 1110 1111000 11111 1001111

Color Harmonies of #BADBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBBA

Black with #BADBBA

Text Example


Text Example

White with #BADBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBBA; }

 p { color: rgb(186,219,186); }

 H1.HeaderClassName
 {
   color: #BADBBA;
 }
 .AnyTagClassName
 {
   color: #BADBBA;
 }
</style>

background-color css

<style>
 a { background-color: #BADBBA; }

 a { background-color: rgb(186,219,186); }

 div.DivClassName
 {
   background-color: #BADBBA;
 }
 .BgClassName
 {
   background-color: #BADBBA;
 }
</style>

border-color css

<style>
 span { border-color: #BADBBA; }

 span { border-color: rgb(186,219,186); }

 td.TdClassName
 {
   border-color: #BADBBA;
 }
 .TagClassName
 {
   border-color: #BADBBA;
 }
</style>