Html Css Color HEX #BDC5BA Surf Crest

📋 copy color: '#BDC5BA'

red 189 ◦ green 197 ◦ blue 186

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

Shades of Surf Crest #BDC5BA

Tints of Surf Crest #BDC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

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

R = 33.04%
G = 34.44%
B = 32.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#BDC5BA (or 0xBDC5BA) is known color: Surf Crest. HEX triplet: BD, C5 and BA. RGB value is (189,197,186). Sum of RGB (Red+Green+Blue) = 189+197+186=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BA is #423A45. Grayscale: #C1C1C1. Windows color (decimal): -4340294 or 12240317. OLE color: 12240317.

HSL color Cylindrical-coordinate representation of color #BDC5BA: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC5BA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 186 -
CMYK 0.04 0 0.06 0.23
HSL 103.64º 0.09% 0.75% -
HSV(B) 103.64º 0.06% 0.77% -
XYZ 49.82 54.3 54.31 -
YUV 193.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 189 197 186 0.04 0 0.06 0.23 103.64 0.09 0.75
Hex BD C5 BA 4 0 6 17 68 9 4B
Octal 275 305 272 4 0 6 27 150 11 113
Binary 10111101 11000101 10111010 100 0 110 10111 1101000 1001 1001011

Color Harmonies of #BDC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5BA

Black with #BDC5BA

Text Example


Text Example

White with #BDC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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