Html Css Color HEX #BDE0BD Surf

📋 copy color: '#BDE0BD'

red 189 ◦ green 224 ◦ blue 189

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

Shades of Surf #BDE0BD

Tints of Surf #BDE0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 31.4%
G = 37.21%
B = 31.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#BDE0BD (or 0xBDE0BD) is known color: Surf. HEX triplet: BD, E0 and BD. RGB value is (189,224,189). Sum of RGB (Red+Green+Blue) = 189+224+189=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BD is #421F42. Grayscale: #D1D1D1. Windows color (decimal): -4333379 or 12443837. OLE color: 12443837.

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

Color convert

RGB 189 224 189 -
CMYK 0.16 0 0.16 0.12
HSL 120º 0.36% 0.81% -
HSV(B) 120º 0.16% 0.88% -
XYZ 56.83 67.8 58.24 -
YUV 209.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 189 224 189 0.16 0 0.16 0.12 120 0.36 0.81
Hex BD E0 BD 10 0 10 C 78 24 51
Octal 275 340 275 20 0 20 14 170 44 121
Binary 10111101 11100000 10111101 10000 0 10000 1100 1111000 100100 1010001

Color Harmonies of #BDE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0BD

Black with #BDE0BD

Text Example


Text Example

White with #BDE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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