Html Css Color HEX #BDD2BA Surf Crest

📋 copy color: '#BDD2BA'

red 189 ◦ green 210 ◦ blue 186

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

Shades of Surf Crest #BDD2BA

Tints of Surf Crest #BDD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.9%

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

R = 32.31%
G = 35.9%
B = 31.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#BDD2BA (or 0xBDD2BA) is known color: Surf Crest. HEX triplet: BD, D2 and BA. RGB value is (189,210,186). Sum of RGB (Red+Green+Blue) = 189+210+186=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2BA is #422D45. Grayscale: #C9C9C9. Windows color (decimal): -4336966 or 12243645. OLE color: 12243645.

HSL color Cylindrical-coordinate representation of color #BDD2BA: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD2BA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 186 -
CMYK 0.10 0 0.11 0.18
HSL 112.5º 0.21% 0.78% -
HSV(B) 112.5º 0.11% 0.82% -
XYZ 52.9 60.46 55.34 -
YUV 200.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 189 210 186 0.10 0 0.11 0.18 112.5 0.21 0.78
Hex BD D2 BA A 0 B 12 70 15 4E
Octal 275 322 272 12 0 13 22 160 25 116
Binary 10111101 11010010 10111010 1010 0 1011 10010 1110000 10101 1001110

Color Harmonies of #BDD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2BA

Black with #BDD2BA

Text Example


Text Example

White with #BDD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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