Html Css Color HEX #BDDABB Surf

📋 copy color: '#BDDABB'

red 189 ◦ green 218 ◦ blue 187

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

Shades of Surf #BDDABB

Tints of Surf #BDDABB

RGB

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

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

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

R = 31.82%
G = 36.7%
B = 31.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#BDDABB (or 0xBDDABB) is known color: Surf. HEX triplet: BD, DA and BB. RGB value is (189,218,187). Sum of RGB (Red+Green+Blue) = 189+218+187=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABB is #422544. Grayscale: #CDCDCD. Windows color (decimal): -4334917 or 12311229. OLE color: 12311229.

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

Color convert

RGB 189 218 187 -
CMYK 0.13 0 0.14 0.15
HSL 116.13º 0.3% 0.79% -
HSV(B) 116.13º 0.14% 0.85% -
XYZ 55.03 64.55 56.57 -
YUV 205.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 189 218 187 0.13 0 0.14 0.15 116.13 0.3 0.79
Hex BD DA BB D 0 E F 74 1E 4F
Octal 275 332 273 15 0 16 17 164 36 117
Binary 10111101 11011010 10111011 1101 0 1110 1111 1110100 11110 1001111

Color Harmonies of #BDDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDABB

Black with #BDDABB

Text Example


Text Example

White with #BDDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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