Html Css Color HEX #BDDBB9 Surf Crest

📋 copy color: '#BDDBB9'

red 189 ◦ green 219 ◦ blue 185

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

Shades of Surf Crest #BDDBB9

Tints of Surf Crest #BDDBB9

RGB

 RED value IS 189 (74.22% from 255) = 31.87%

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

 BLUE value IS 185 (72.66% from 255) = 31.2%

R = 31.87%
G = 36.93%
B = 31.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#BDDBB9 (or 0xBDDBB9) is known color: Surf Crest. HEX triplet: BD, DB and B9. RGB value is (189,219,185). Sum of RGB (Red+Green+Blue) = 189+219+185=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBB9 is #422446. Grayscale: #CECECE. Windows color (decimal): -4334663 or 12180413. OLE color: 12180413.

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

Color convert

RGB 189 219 185 -
CMYK 0.14 0 0.16 0.14
HSL 112.94º 0.32% 0.79% -
HSV(B) 112.94º 0.16% 0.86% -
XYZ 55.07 64.98 55.54 -
YUV 206.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 189 219 185 0.14 0 0.16 0.14 112.94 0.32 0.79
Hex BD DB B9 E 0 10 E 71 20 4F
Octal 275 333 271 16 0 20 16 161 40 117
Binary 10111101 11011011 10111001 1110 0 10000 1110 1110001 100000 1001111

Color Harmonies of #BDDBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBB9

Black with #BDDBB9

Text Example


Text Example

White with #BDDBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBB9; }

 p { color: rgb(189,219,185); }

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

background-color css

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

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

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

border-color css

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

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

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