Html Css Color HEX #BDD6BE Surf

📋 copy color: '#BDD6BE'

red 189 ◦ green 214 ◦ blue 190

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

Shades of Surf #BDD6BE

Tints of Surf #BDD6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 31.87%
G = 36.09%
B = 32.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#BDD6BE (or 0xBDD6BE) is known color: Surf. HEX triplet: BD, D6 and BE. RGB value is (189,214,190). Sum of RGB (Red+Green+Blue) = 189+214+190=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6BE is #422941. Grayscale: #CBCBCB. Windows color (decimal): -4335938 or 12506813. OLE color: 12506813.

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

Color convert

RGB 189 214 190 -
CMYK 0.12 0 0.11 0.16
HSL 122.4º 0.23% 0.79% -
HSV(B) 122.4º 0.12% 0.84% -
XYZ 54.33 62.63 57.94 -
YUV 203.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 189 214 190 0.12 0 0.11 0.16 122.4 0.23 0.79
Hex BD D6 BE C 0 B 10 7A 17 4F
Octal 275 326 276 14 0 13 20 172 27 117
Binary 10111101 11010110 10111110 1100 0 1011 10000 1111010 10111 1001111

Color Harmonies of #BDD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6BE

Black with #BDD6BE

Text Example


Text Example

White with #BDD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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