Html Css Color HEX #BDD4BA Surf Crest

📋 copy color: '#BDD4BA'

red 189 ◦ green 212 ◦ blue 186

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

Shades of Surf Crest #BDD4BA

Tints of Surf Crest #BDD4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 32.2%
G = 36.12%
B = 31.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BDD4BA (or 0xBDD4BA) is known color: Surf Crest. HEX triplet: BD, D4 and BA. RGB value is (189,212,186). Sum of RGB (Red+Green+Blue) = 189+212+186=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4BA is #422B45. Grayscale: #CACACA. Windows color (decimal): -4336454 or 12244157. OLE color: 12244157.

HSL color Cylindrical-coordinate representation of color #BDD4BA: hue angle of 113.08º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD4BA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 186 -
CMYK 0.11 0 0.12 0.17
HSL 113.08º 0.23% 0.78% -
HSV(B) 113.08º 0.12% 0.83% -
XYZ 53.39 61.45 55.5 -
YUV 202.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 189 212 186 0.11 0 0.12 0.17 113.08 0.23 0.78
Hex BD D4 BA B 0 C 11 71 17 4E
Octal 275 324 272 13 0 14 21 161 27 116
Binary 10111101 11010100 10111010 1011 0 1100 10001 1110001 10111 1001110

Color Harmonies of #BDD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4BA

Black with #BDD4BA

Text Example


Text Example

White with #BDD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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