Html Css Color HEX #BDCBBA Surf Crest

📋 copy color: '#BDCBBA'

red 189 ◦ green 203 ◦ blue 186

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

Shades of Surf Crest #BDCBBA

Tints of Surf Crest #BDCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.12%

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 32.7%
G = 35.12%
B = 32.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#BDCBBA (or 0xBDCBBA) is known color: Surf Crest. HEX triplet: BD, CB and BA. RGB value is (189,203,186). Sum of RGB (Red+Green+Blue) = 189+203+186=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBBA is #423445. Grayscale: #C4C4C4. Windows color (decimal): -4338758 or 12241853. OLE color: 12241853.

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

Color convert

RGB 189 203 186 -
CMYK 0.07 0 0.08 0.20
HSL 109.41º 0.14% 0.76% -
HSV(B) 109.41º 0.08% 0.8% -
XYZ 51.21 57.08 54.77 -
YUV 196.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 189 203 186 0.07 0 0.08 0.20 109.41 0.14 0.76
Hex BD CB BA 7 0 8 14 6D E 4C
Octal 275 313 272 7 0 10 24 155 16 114
Binary 10111101 11001011 10111010 111 0 1000 10100 1101101 1110 1001100

Color Harmonies of #BDCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBBA

Black with #BDCBBA

Text Example


Text Example

White with #BDCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBBA; }

 p { color: rgb(189,203,186); }

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

background-color css

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

 a { background-color: rgb(189,203,186); }

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

border-color css

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

 span { border-color: rgb(189,203,186); }

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