Html Css Color HEX #BDDEBD Surf

📋 copy color: '#BDDEBD'

red 189 ◦ green 222 ◦ blue 189

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

Shades of Surf #BDDEBD

Tints of Surf #BDDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

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

R = 31.5%
G = 37%
B = 31.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BDDEBD (or 0xBDDEBD) is known color: Surf. HEX triplet: BD, DE and BD. RGB value is (189,222,189). Sum of RGB (Red+Green+Blue) = 189+222+189=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEBD is #422142. Grayscale: #D0D0D0. Windows color (decimal): -4333891 or 12443325. OLE color: 12443325.

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

Color convert

RGB 189 222 189 -
CMYK 0.15 0 0.15 0.13
HSL 120º 0.33% 0.81% -
HSV(B) 120º 0.15% 0.87% -
XYZ 56.29 66.74 58.06 -
YUV 208.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 189 222 189 0.15 0 0.15 0.13 120 0.33 0.81
Hex BD DE BD F 0 F D 78 21 51
Octal 275 336 275 17 0 17 15 170 41 121
Binary 10111101 11011110 10111101 1111 0 1111 1101 1111000 100001 1010001

Color Harmonies of #BDDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEBD

Black with #BDDEBD

Text Example


Text Example

White with #BDDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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