Html Css Color HEX #BADAD1 Cruise

📋 copy color: '#BADAD1'

red 186 ◦ green 218 ◦ blue 209

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

Shades of Cruise #BADAD1

Tints of Cruise #BADAD1

RGB

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

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

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

R = 30.34%
G = 35.56%
B = 34.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BADAD1 (or 0xBADAD1) is known color: Cruise. HEX triplet: BA, DA and D1. RGB value is (186,218,209). Sum of RGB (Red+Green+Blue) = 186+218+209=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAD1 is #45252E. Grayscale: #CFCFCF. Windows color (decimal): -4531503 or 13753018. OLE color: 13753018.

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

Color convert

RGB 186 218 209 -
CMYK 0.15 0 0.04 0.15
HSL 163.13º 0.3% 0.79% -
HSV(B) 163.13º 0.15% 0.85% -
XYZ 56.83 65.19 69.91 -
YUV 207.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 186 218 209 0.15 0 0.04 0.15 163.13 0.3 0.79
Hex BA DA D1 F 0 4 F A3 1E 4F
Octal 272 332 321 17 0 4 17 243 36 117
Binary 10111010 11011010 11010001 1111 0 100 1111 10100011 11110 1001111

Color Harmonies of #BADAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAD1

Black with #BADAD1

Text Example


Text Example

White with #BADAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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