Html Css Color HEX #BDCEBB Surf Crest

📋 copy color: '#BDCEBB'

red 189 ◦ green 206 ◦ blue 187

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

Shades of Surf Crest #BDCEBB

Tints of Surf Crest #BDCEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 32.47%
G = 35.4%
B = 32.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#BDCEBB (or 0xBDCEBB) is known color: Surf Crest. HEX triplet: BD, CE and BB. RGB value is (189,206,187). Sum of RGB (Red+Green+Blue) = 189+206+187=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEBB is #423144. Grayscale: #C6C6C6. Windows color (decimal): -4337989 or 12308157. OLE color: 12308157.

HSL color Cylindrical-coordinate representation of color #BDCEBB: hue angle of 113.68º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCEBB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 187 -
CMYK 0.08 0 0.09 0.19
HSL 113.68º 0.16% 0.77% -
HSV(B) 113.68º 0.09% 0.81% -
XYZ 52.03 58.55 55.57 -
YUV 198.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 189 206 187 0.08 0 0.09 0.19 113.68 0.16 0.77
Hex BD CE BB 8 0 9 13 72 10 4D
Octal 275 316 273 10 0 11 23 162 20 115
Binary 10111101 11001110 10111011 1000 0 1001 10011 1110010 10000 1001101

Color Harmonies of #BDCEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEBB

Black with #BDCEBB

Text Example


Text Example

White with #BDCEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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