Html Css Color HEX #BADCD0 Cruise

📋 copy color: '#BADCD0'

red 186 ◦ green 220 ◦ blue 208

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

Shades of Cruise #BADCD0

Tints of Cruise #BADCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

 BLUE value IS 208 (81.64% from 255) = 33.88%

R = 30.29%
G = 35.83%
B = 33.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BADCD0 (or 0xBADCD0) is known color: Cruise. HEX triplet: BA, DC and D0. RGB value is (186,220,208). Sum of RGB (Red+Green+Blue) = 186+220+208=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD0 is #45232F. Grayscale: #D0D0D0. Windows color (decimal): -4530992 or 13687994. OLE color: 13687994.

HSL color Cylindrical-coordinate representation of color #BADCD0: hue angle of 158.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCD0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 208 -
CMYK 0.15 0 0.05 0.14
HSL 158.82º 0.33% 0.8% -
HSV(B) 158.82º 0.15% 0.86% -
XYZ 57.23 66.18 69.43 -
YUV 208.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 186 220 208 0.15 0 0.05 0.14 158.82 0.33 0.8
Hex BA DC D0 F 0 5 E 9F 21 50
Octal 272 334 320 17 0 5 16 237 41 120
Binary 10111010 11011100 11010000 1111 0 101 1110 10011111 100001 1010000

Color Harmonies of #BADCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCD0

Black with #BADCD0

Text Example


Text Example

White with #BADCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCD0; }

 p { color: rgb(186,220,208); }

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

background-color css

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

 a { background-color: rgb(186,220,208); }

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

border-color css

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

 span { border-color: rgb(186,220,208); }

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