Html Css Color HEX #BDDABE Surf

📋 copy color: '#BDDABE'

red 189 ◦ green 218 ◦ blue 190

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

Shades of Surf #BDDABE

Tints of Surf #BDDABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 31.66%
G = 36.52%
B = 31.83%

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

#BDDABE (or 0xBDDABE) is known color: Surf. HEX triplet: BD, DA and BE. RGB value is (189,218,190). Sum of RGB (Red+Green+Blue) = 189+218+190=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABE is #422541. Grayscale: #CECECE. Windows color (decimal): -4334914 or 12507837. OLE color: 12507837.

HSL color Cylindrical-coordinate representation of color #BDDABE: hue angle of 122.07º 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 #BDDABE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 190 -
CMYK 0.13 0 0.13 0.15
HSL 122.07º 0.28% 0.8% -
HSV(B) 122.07º 0.13% 0.85% -
XYZ 55.35 64.68 58.28 -
YUV 206.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 189 218 190 0.13 0 0.13 0.15 122.07 0.28 0.8
Hex BD DA BE D 0 D F 7A 1C 50
Octal 275 332 276 15 0 15 17 172 34 120
Binary 10111101 11011010 10111110 1101 0 1101 1111 1111010 11100 1010000

Color Harmonies of #BDDABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDABE

Black with #BDDABE

Text Example


Text Example

White with #BDDABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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