Html Css Color HEX #BADED9 Cruise

📋 copy color: '#BADED9'

red 186 ◦ green 222 ◦ blue 217

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

Shades of Cruise #BADED9

Tints of Cruise #BADED9

RGB

 RED value IS 186 (73.05% from 255) = 29.76%

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

 BLUE value IS 217 (85.16% from 255) = 34.72%

R = 29.76%
G = 35.52%
B = 34.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BADED9 (or 0xBADED9) is known color: Cruise. HEX triplet: BA, DE and D9. RGB value is (186,222,217). Sum of RGB (Red+Green+Blue) = 186+222+217=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED9 is #452126. Grayscale: #D2D2D2. Windows color (decimal): -4530471 or 14278330. OLE color: 14278330.

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

Color convert

RGB 186 222 217 -
CMYK 0.16 0 0.02 0.13
HSL 171.67º 0.35% 0.8% -
HSV(B) 171.67º 0.16% 0.87% -
XYZ 58.9 67.69 75.61 -
YUV 210.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 186 222 217 0.16 0 0.02 0.13 171.67 0.35 0.8
Hex BA DE D9 10 0 2 D AC 23 50
Octal 272 336 331 20 0 2 15 254 43 120
Binary 10111010 11011110 11011001 10000 0 10 1101 10101100 100011 1010000

Color Harmonies of #BADED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADED9

Black with #BADED9

Text Example


Text Example

White with #BADED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADED9; }

 p { color: rgb(186,222,217); }

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

background-color css

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

 a { background-color: rgb(186,222,217); }

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

border-color css

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

 span { border-color: rgb(186,222,217); }

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