Html Css Color HEX #BDD6BA Surf Crest

📋 copy color: '#BDD6BA'

red 189 ◦ green 214 ◦ blue 186

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

Shades of Surf Crest #BDD6BA

Tints of Surf Crest #BDD6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.33%

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

R = 32.09%
G = 36.33%
B = 31.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BDD6BA (or 0xBDD6BA) is known color: Surf Crest. HEX triplet: BD, D6 and BA. RGB value is (189,214,186). Sum of RGB (Red+Green+Blue) = 189+214+186=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6BA is #422945. Grayscale: #CBCBCB. Windows color (decimal): -4335942 or 12244669. OLE color: 12244669.

HSL color Cylindrical-coordinate representation of color #BDD6BA: hue angle of 113.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD6BA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 186 -
CMYK 0.12 0 0.13 0.16
HSL 113.57º 0.25% 0.78% -
HSV(B) 113.57º 0.13% 0.84% -
XYZ 53.9 62.46 55.67 -
YUV 203.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 189 214 186 0.12 0 0.13 0.16 113.57 0.25 0.78
Hex BD D6 BA C 0 D 10 72 19 4E
Octal 275 326 272 14 0 15 20 162 31 116
Binary 10111101 11010110 10111010 1100 0 1101 10000 1110010 11001 1001110

Color Harmonies of #BDD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6BA

Black with #BDD6BA

Text Example


Text Example

White with #BDD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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