Html Css Color HEX #BADED1 Cruise

📋 copy color: '#BADED1'

red 186 ◦ green 222 ◦ blue 209

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

Shades of Cruise #BADED1

Tints of Cruise #BADED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.87%

R = 30.15%
G = 35.98%
B = 33.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BADED1 (or 0xBADED1) is known color: Cruise. HEX triplet: BA, DE and D1. RGB value is (186,222,209). Sum of RGB (Red+Green+Blue) = 186+222+209=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED1 is #45212E. Grayscale: #D1D1D1. Windows color (decimal): -4530479 or 13754042. OLE color: 13754042.

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

Color convert

RGB 186 222 209 -
CMYK 0.16 0 0.06 0.13
HSL 158.33º 0.35% 0.8% -
HSV(B) 158.33º 0.16% 0.87% -
XYZ 57.88 67.29 70.26 -
YUV 209.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 186 222 209 0.16 0 0.06 0.13 158.33 0.35 0.8
Hex BA DE D1 10 0 6 D 9E 23 50
Octal 272 336 321 20 0 6 15 236 43 120
Binary 10111010 11011110 11010001 10000 0 110 1101 10011110 100011 1010000

Color Harmonies of #BADED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADED1

Black with #BADED1

Text Example


Text Example

White with #BADED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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