Html Css Color HEX #BDDEBC Surf

📋 copy color: '#BDDEBC'

red 189 ◦ green 222 ◦ blue 188

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

Shades of Surf #BDDEBC

Tints of Surf #BDDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.39%

R = 31.55%
G = 37.06%
B = 31.39%

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

#BDDEBC (or 0xBDDEBC) is known color: Surf. HEX triplet: BD, DE and BC. RGB value is (189,222,188). Sum of RGB (Red+Green+Blue) = 189+222+188=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEBC is #422143. Grayscale: #D0D0D0. Windows color (decimal): -4333892 or 12377789. OLE color: 12377789.

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

Color convert

RGB 189 222 188 -
CMYK 0.15 0 0.15 0.13
HSL 118.24º 0.34% 0.8% -
HSV(B) 118.24º 0.15% 0.87% -
XYZ 56.18 66.69 57.49 -
YUV 208.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 189 222 188 0.15 0 0.15 0.13 118.24 0.34 0.8
Hex BD DE BC F 0 F D 76 22 50
Octal 275 336 274 17 0 17 15 166 42 120
Binary 10111101 11011110 10111100 1111 0 1111 1101 1110110 100010 1010000

Color Harmonies of #BDDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEBC

Black with #BDDEBC

Text Example


Text Example

White with #BDDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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