Html Css Color HEX #BDDDB8 Surf Crest

📋 copy color: '#BDDDB8'

red 189 ◦ green 221 ◦ blue 184

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

Shades of Surf Crest #BDDDB8

Tints of Surf Crest #BDDDB8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.21%

 BLUE value IS 184 (72.27% from 255) = 30.98%

R = 31.82%
G = 37.21%
B = 30.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BDDDB8 (or 0xBDDDB8) is known color: Surf Crest. HEX triplet: BD, DD and B8. RGB value is (189,221,184). Sum of RGB (Red+Green+Blue) = 189+221+184=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDB8 is #422247. Grayscale: #CFCFCF. Windows color (decimal): -4334152 or 12115389. OLE color: 12115389.

HSL color Cylindrical-coordinate representation of color #BDDDB8: hue angle of 111.89º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDDB8 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 184 -
CMYK 0.14 0 0.17 0.13
HSL 111.89º 0.35% 0.79% -
HSV(B) 111.89º 0.17% 0.87% -
XYZ 55.49 65.99 55.16 -
YUV 207.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 189 221 184 0.14 0 0.17 0.13 111.89 0.35 0.79
Hex BD DD B8 E 0 11 D 70 23 4F
Octal 275 335 270 16 0 21 15 160 43 117
Binary 10111101 11011101 10111000 1110 0 10001 1101 1110000 100011 1001111

Color Harmonies of #BDDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDB8

Black with #BDDDB8

Text Example


Text Example

White with #BDDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDB8; }

 p { color: rgb(189,221,184); }

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

background-color css

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

 a { background-color: rgb(189,221,184); }

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

border-color css

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

 span { border-color: rgb(189,221,184); }

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