Html Css Color HEX #BDDEBB Surf

📋 copy color: '#BDDEBB'

red 189 ◦ green 222 ◦ blue 187

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

Shades of Surf #BDDEBB

Tints of Surf #BDDEBB

RGB

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

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

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

R = 31.61%
G = 37.12%
B = 31.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#BDDEBB (or 0xBDDEBB) is known color: Surf. HEX triplet: BD, DE and BB. RGB value is (189,222,187). Sum of RGB (Red+Green+Blue) = 189+222+187=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEBB is #422144. Grayscale: #D0D0D0. Windows color (decimal): -4333893 or 12312253. OLE color: 12312253.

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

Color convert

RGB 189 222 187 -
CMYK 0.15 0 0.16 0.13
HSL 116.57º 0.35% 0.8% -
HSV(B) 116.57º 0.16% 0.87% -
XYZ 56.08 66.65 56.92 -
YUV 208.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 189 222 187 0.15 0 0.16 0.13 116.57 0.35 0.8
Hex BD DE BB F 0 10 D 75 23 50
Octal 275 336 273 17 0 20 15 165 43 120
Binary 10111101 11011110 10111011 1111 0 10000 1101 1110101 100011 1010000

Color Harmonies of #BDDEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEBB

Black with #BDDEBB

Text Example


Text Example

White with #BDDEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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