Html Css Color HEX #BDD1BA Surf Crest

📋 copy color: '#BDD1BA'

red 189 ◦ green 209 ◦ blue 186

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

Shades of Surf Crest #BDD1BA

Tints of Surf Crest #BDD1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.79%

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

R = 32.36%
G = 35.79%
B = 31.85%

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

#BDD1BA (or 0xBDD1BA) is known color: Surf Crest. HEX triplet: BD, D1 and BA. RGB value is (189,209,186). Sum of RGB (Red+Green+Blue) = 189+209+186=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1BA is #422E45. Grayscale: #C8C8C8. Windows color (decimal): -4337222 or 12243389. OLE color: 12243389.

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

Color convert

RGB 189 209 186 -
CMYK 0.10 0 0.11 0.18
HSL 112.17º 0.2% 0.77% -
HSV(B) 112.17º 0.11% 0.82% -
XYZ 52.65 59.96 55.25 -
YUV 200.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 189 209 186 0.10 0 0.11 0.18 112.17 0.2 0.77
Hex BD D1 BA A 0 B 12 70 14 4D
Octal 275 321 272 12 0 13 22 160 24 115
Binary 10111101 11010001 10111010 1010 0 1011 10010 1110000 10100 1001101

Color Harmonies of #BDD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1BA

Black with #BDD1BA

Text Example


Text Example

White with #BDD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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