Html Css Color HEX #BADAD3 Cruise

📋 copy color: '#BADAD3'

red 186 ◦ green 218 ◦ blue 211

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

Shades of Cruise #BADAD3

Tints of Cruise #BADAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 30.24%
G = 35.45%
B = 34.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BADAD3 (or 0xBADAD3) is known color: Cruise. HEX triplet: BA, DA and D3. RGB value is (186,218,211). Sum of RGB (Red+Green+Blue) = 186+218+211=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAD3 is #45252C. Grayscale: #CFCFCF. Windows color (decimal): -4531501 or 13884090. OLE color: 13884090.

HSL color Cylindrical-coordinate representation of color #BADAD3: hue angle of 166.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADAD3 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 211 -
CMYK 0.15 0 0.03 0.15
HSL 166.88º 0.3% 0.79% -
HSV(B) 166.88º 0.15% 0.85% -
XYZ 57.08 65.29 71.22 -
YUV 207.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 186 218 211 0.15 0 0.03 0.15 166.88 0.3 0.79
Hex BA DA D3 F 0 3 F A7 1E 4F
Octal 272 332 323 17 0 3 17 247 36 117
Binary 10111010 11011010 11010011 1111 0 11 1111 10100111 11110 1001111

Color Harmonies of #BADAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAD3

Black with #BADAD3

Text Example


Text Example

White with #BADAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAD3; }

 p { color: rgb(186,218,211); }

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

background-color css

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

 a { background-color: rgb(186,218,211); }

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

border-color css

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

 span { border-color: rgb(186,218,211); }

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