Html Css Color HEX #BADED7 Cruise

📋 copy color: '#BADED7'

red 186 ◦ green 222 ◦ blue 215

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

Shades of Cruise #BADED7

Tints of Cruise #BADED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.51%

R = 29.86%
G = 35.63%
B = 34.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#BADED7 (or 0xBADED7) is known color: Cruise. HEX triplet: BA, DE and D7. RGB value is (186,222,215). Sum of RGB (Red+Green+Blue) = 186+222+215=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED7 is #452128. Grayscale: #D2D2D2. Windows color (decimal): -4530473 or 14147258. OLE color: 14147258.

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

Color convert

RGB 186 222 215 -
CMYK 0.16 0 0.03 0.13
HSL 168.33º 0.35% 0.8% -
HSV(B) 168.33º 0.16% 0.87% -
XYZ 58.64 67.59 74.25 -
YUV 210.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 186 222 215 0.16 0 0.03 0.13 168.33 0.35 0.8
Hex BA DE D7 10 0 3 D A8 23 50
Octal 272 336 327 20 0 3 15 250 43 120
Binary 10111010 11011110 11010111 10000 0 11 1101 10101000 100011 1010000

Color Harmonies of #BADED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADED7

Black with #BADED7

Text Example


Text Example

White with #BADED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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