Html Css Color HEX #BDD5BE Surf

📋 copy color: '#BDD5BE'

red 189 ◦ green 213 ◦ blue 190

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

Shades of Surf #BDD5BE

Tints of Surf #BDD5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

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

R = 31.93%
G = 35.98%
B = 32.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#BDD5BE (or 0xBDD5BE) is known color: Surf. HEX triplet: BD, D5 and BE. RGB value is (189,213,190). Sum of RGB (Red+Green+Blue) = 189+213+190=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5BE is #422A41. Grayscale: #CBCBCB. Windows color (decimal): -4336194 or 12506557. OLE color: 12506557.

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

Color convert

RGB 189 213 190 -
CMYK 0.11 0 0.11 0.16
HSL 122.5º 0.22% 0.79% -
HSV(B) 122.5º 0.11% 0.84% -
XYZ 54.07 62.13 57.86 -
YUV 203.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 189 213 190 0.11 0 0.11 0.16 122.5 0.22 0.79
Hex BD D5 BE B 0 B 10 7B 16 4F
Octal 275 325 276 13 0 13 20 173 26 117
Binary 10111101 11010101 10111110 1011 0 1011 10000 1111011 10110 1001111

Color Harmonies of #BDD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5BE

Black with #BDD5BE

Text Example


Text Example

White with #BDD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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