Html Css Color HEX #BDDEBE Surf

📋 copy color: '#BDDEBE'

red 189 ◦ green 222 ◦ blue 190

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

Shades of Surf #BDDEBE

Tints of Surf #BDDEBE

RGB

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

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

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

R = 31.45%
G = 36.94%
B = 31.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BDDEBE (or 0xBDDEBE) is known color: Surf. HEX triplet: BD, DE and BE. RGB value is (189,222,190). Sum of RGB (Red+Green+Blue) = 189+222+190=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEBE is #422141. Grayscale: #D0D0D0. Windows color (decimal): -4333890 or 12508861. OLE color: 12508861.

HSL color Cylindrical-coordinate representation of color #BDDEBE: hue angle of 121.82º 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 #BDDEBE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 190 -
CMYK 0.15 0 0.14 0.13
HSL 121.82º 0.33% 0.81% -
HSV(B) 121.82º 0.15% 0.87% -
XYZ 56.4 66.78 58.63 -
YUV 208.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 189 222 190 0.15 0 0.14 0.13 121.82 0.33 0.81
Hex BD DE BE F 0 E D 7A 21 51
Octal 275 336 276 17 0 16 15 172 41 121
Binary 10111101 11011110 10111110 1111 0 1110 1101 1111010 100001 1010001

Color Harmonies of #BDDEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEBE

Black with #BDDEBE

Text Example


Text Example

White with #BDDEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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