Html Css Color HEX #BDE0BB Surf

📋 copy color: '#BDE0BB'

red 189 ◦ green 224 ◦ blue 187

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

Shades of Surf #BDE0BB

Tints of Surf #BDE0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.33%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 31.5%
G = 37.33%
B = 31.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#BDE0BB (or 0xBDE0BB) is known color: Surf. HEX triplet: BD, E0 and BB. RGB value is (189,224,187). Sum of RGB (Red+Green+Blue) = 189+224+187=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BB is #421F44. Grayscale: #D1D1D1. Windows color (decimal): -4333381 or 12312765. OLE color: 12312765.

HSL color Cylindrical-coordinate representation of color #BDE0BB: hue angle of 116.76º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE0BB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 187 -
CMYK 0.16 0 0.17 0.12
HSL 116.76º 0.37% 0.81% -
HSV(B) 116.76º 0.17% 0.88% -
XYZ 56.61 67.72 57.1 -
YUV 209.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 189 224 187 0.16 0 0.17 0.12 116.76 0.37 0.81
Hex BD E0 BB 10 0 11 C 75 25 51
Octal 275 340 273 20 0 21 14 165 45 121
Binary 10111101 11100000 10111011 10000 0 10001 1100 1110101 100101 1010001

Color Harmonies of #BDE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0BB

Black with #BDE0BB

Text Example


Text Example

White with #BDE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0BB; }

 p { color: rgb(189,224,187); }

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

background-color css

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

 a { background-color: rgb(189,224,187); }

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

border-color css

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

 span { border-color: rgb(189,224,187); }

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