Html Css Color HEX #BDDABC Surf

📋 copy color: '#BDDABC'

red 189 ◦ green 218 ◦ blue 188

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

Shades of Surf #BDDABC

Tints of Surf #BDDABC

RGB

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

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

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

R = 31.76%
G = 36.64%
B = 31.6%

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

#BDDABC (or 0xBDDABC) is known color: Surf. HEX triplet: BD, DA and BC. RGB value is (189,218,188). Sum of RGB (Red+Green+Blue) = 189+218+188=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABC is #422543. Grayscale: #CECECE. Windows color (decimal): -4334916 or 12376765. OLE color: 12376765.

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

Color convert

RGB 189 218 188 -
CMYK 0.13 0 0.14 0.15
HSL 118º 0.29% 0.8% -
HSV(B) 118º 0.14% 0.85% -
XYZ 55.13 64.59 57.14 -
YUV 205.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 189 218 188 0.13 0 0.14 0.15 118 0.29 0.8
Hex BD DA BC D 0 E F 76 1D 50
Octal 275 332 274 15 0 16 17 166 35 120
Binary 10111101 11011010 10111100 1101 0 1110 1111 1110110 11101 1010000

Color Harmonies of #BDDABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDABC

Black with #BDDABC

Text Example


Text Example

White with #BDDABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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