Html Css Color HEX #BDD0BB Surf Crest

📋 copy color: '#BDD0BB'

red 189 ◦ green 208 ◦ blue 187

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

Shades of Surf Crest #BDD0BB

Tints of Surf Crest #BDD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

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

R = 32.36%
G = 35.62%
B = 32.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#BDD0BB (or 0xBDD0BB) is known color: Surf Crest. HEX triplet: BD, D0 and BB. RGB value is (189,208,187). Sum of RGB (Red+Green+Blue) = 189+208+187=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BB is #422F44. Grayscale: #C7C7C7. Windows color (decimal): -4337477 or 12308669. OLE color: 12308669.

HSL color Cylindrical-coordinate representation of color #BDD0BB: hue angle of 114.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD0BB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 187 -
CMYK 0.09 0 0.10 0.18
HSL 114.29º 0.18% 0.77% -
HSV(B) 114.29º 0.1% 0.82% -
XYZ 52.51 59.52 55.73 -
YUV 199.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 189 208 187 0.09 0 0.10 0.18 114.29 0.18 0.77
Hex BD D0 BB 9 0 A 12 72 12 4D
Octal 275 320 273 11 0 12 22 162 22 115
Binary 10111101 11010000 10111011 1001 0 1010 10010 1110010 10010 1001101

Color Harmonies of #BDD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0BB

Black with #BDD0BB

Text Example


Text Example

White with #BDD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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