Html Css Color HEX #BADAD4 Cruise

📋 copy color: '#BADAD4'

red 186 ◦ green 218 ◦ blue 212

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

Shades of Cruise #BADAD4

Tints of Cruise #BADAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.42%

R = 30.19%
G = 35.39%
B = 34.42%

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

#BADAD4 (or 0xBADAD4) is known color: Cruise. HEX triplet: BA, DA and D4. RGB value is (186,218,212). Sum of RGB (Red+Green+Blue) = 186+218+212=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAD4 is #45252B. Grayscale: #CFCFCF. Windows color (decimal): -4531500 or 13949626. OLE color: 13949626.

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

Color convert

RGB 186 218 212 -
CMYK 0.15 0 0.03 0.15
HSL 168.75º 0.3% 0.79% -
HSV(B) 168.75º 0.15% 0.85% -
XYZ 57.2 65.34 71.88 -
YUV 207.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 186 218 212 0.15 0 0.03 0.15 168.75 0.3 0.79
Hex BA DA D4 F 0 3 F A9 1E 4F
Octal 272 332 324 17 0 3 17 251 36 117
Binary 10111010 11011010 11010100 1111 0 11 1111 10101001 11110 1001111

Color Harmonies of #BADAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAD4

Black with #BADAD4

Text Example


Text Example

White with #BADAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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