Html Css Color HEX #BDCEBA Surf Crest

📋 copy color: '#BDCEBA'

red 189 ◦ green 206 ◦ blue 186

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

Shades of Surf Crest #BDCEBA

Tints of Surf Crest #BDCEBA

RGB

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

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

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

R = 32.53%
G = 35.46%
B = 32.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BDCEBA (or 0xBDCEBA) is known color: Surf Crest. HEX triplet: BD, CE and BA. RGB value is (189,206,186). Sum of RGB (Red+Green+Blue) = 189+206+186=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEBA is #423145. Grayscale: #C6C6C6. Windows color (decimal): -4337990 or 12242621. OLE color: 12242621.

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

Color convert

RGB 189 206 186 -
CMYK 0.08 0 0.10 0.19
HSL 111º 0.17% 0.77% -
HSV(B) 111º 0.1% 0.81% -
XYZ 51.92 58.51 55.01 -
YUV 198.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 189 206 186 0.08 0 0.10 0.19 111 0.17 0.77
Hex BD CE BA 8 0 A 13 6F 11 4D
Octal 275 316 272 10 0 12 23 157 21 115
Binary 10111101 11001110 10111010 1000 0 1010 10011 1101111 10001 1001101

Color Harmonies of #BDCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEBA

Black with #BDCEBA

Text Example


Text Example

White with #BDCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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