Html Css Color HEX #BDDABD Surf

📋 copy color: '#BDDABD'

red 189 ◦ green 218 ◦ blue 189

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

Shades of Surf #BDDABD

Tints of Surf #BDDABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.58%

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

R = 31.71%
G = 36.58%
B = 31.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#BDDABD (or 0xBDDABD) is known color: Surf. HEX triplet: BD, DA and BD. RGB value is (189,218,189). Sum of RGB (Red+Green+Blue) = 189+218+189=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABD is #422542. Grayscale: #CECECE. Windows color (decimal): -4334915 or 12442301. OLE color: 12442301.

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

Color convert

RGB 189 218 189 -
CMYK 0.13 0 0.13 0.15
HSL 120º 0.28% 0.8% -
HSV(B) 120º 0.13% 0.85% -
XYZ 55.24 64.64 57.71 -
YUV 206.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 189 218 189 0.13 0 0.13 0.15 120 0.28 0.8
Hex BD DA BD D 0 D F 78 1C 50
Octal 275 332 275 15 0 15 17 170 34 120
Binary 10111101 11011010 10111101 1101 0 1101 1111 1111000 11100 1010000

Color Harmonies of #BDDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDABD

Black with #BDDABD

Text Example


Text Example

White with #BDDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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