Html Css Color HEX #BDCCBB Surf Crest

📋 copy color: '#BDCCBB'

red 189 ◦ green 204 ◦ blue 187

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

Shades of Surf Crest #BDCCBB

Tints of Surf Crest #BDCCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

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

R = 32.59%
G = 35.17%
B = 32.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#BDCCBB (or 0xBDCCBB) is known color: Surf Crest. HEX triplet: BD, CC and BB. RGB value is (189,204,187). Sum of RGB (Red+Green+Blue) = 189+204+187=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCBB is #423344. Grayscale: #C5C5C5. Windows color (decimal): -4338501 or 12307645. OLE color: 12307645.

HSL color Cylindrical-coordinate representation of color #BDCCBB: hue angle of 112.94º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCCBB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 187 -
CMYK 0.07 0 0.08 0.2
HSL 112.94º 0.14% 0.77% -
HSV(B) 112.94º 0.08% 0.8% -
XYZ 51.55 57.59 55.41 -
YUV 197.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 189 204 187 0.07 0 0.08 0.2 112.94 0.14 0.77
Hex BD CC BB 7 0 8 14 71 E 4D
Octal 275 314 273 7 0 10 24 161 16 115
Binary 10111101 11001100 10111011 111 0 1000 10100 1110001 1110 1001101

Color Harmonies of #BDCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCBB

Black with #BDCCBB

Text Example


Text Example

White with #BDCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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