Html Css Color HEX #BDD8BB Surf Crest

📋 copy color: '#BDD8BB'

red 189 ◦ green 216 ◦ blue 187

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

Shades of Surf Crest #BDD8BB

Tints of Surf Crest #BDD8BB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

 BLUE value IS 187 (73.44% from 255) = 31.59%

R = 31.93%
G = 36.49%
B = 31.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#BDD8BB (or 0xBDD8BB) is known color: Surf Crest. HEX triplet: BD, D8 and BB. RGB value is (189,216,187). Sum of RGB (Red+Green+Blue) = 189+216+187=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8BB is #422744. Grayscale: #CCCCCC. Windows color (decimal): -4335429 or 12310717. OLE color: 12310717.

HSL color Cylindrical-coordinate representation of color #BDD8BB: hue angle of 115.86º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD8BB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 187 -
CMYK 0.12 0 0.13 0.15
HSL 115.86º 0.27% 0.79% -
HSV(B) 115.86º 0.13% 0.85% -
XYZ 54.51 63.52 56.4 -
YUV 204.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 189 216 187 0.12 0 0.13 0.15 115.86 0.27 0.79
Hex BD D8 BB C 0 D F 74 1B 4F
Octal 275 330 273 14 0 15 17 164 33 117
Binary 10111101 11011000 10111011 1100 0 1101 1111 1110100 11011 1001111

Color Harmonies of #BDD8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8BB

Black with #BDD8BB

Text Example


Text Example

White with #BDD8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8BB; }

 p { color: rgb(189,216,187); }

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

background-color css

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

 a { background-color: rgb(189,216,187); }

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

border-color css

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

 span { border-color: rgb(189,216,187); }

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