Html Css Color HEX #BADCD5 Cruise

📋 copy color: '#BADCD5'

red 186 ◦ green 220 ◦ blue 213

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

Shades of Cruise #BADCD5

Tints of Cruise #BADCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.41%

R = 30.05%
G = 35.54%
B = 34.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#BADCD5 (or 0xBADCD5) is known color: Cruise. HEX triplet: BA, DC and D5. RGB value is (186,220,213). Sum of RGB (Red+Green+Blue) = 186+220+213=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD5 is #45232A. Grayscale: #D1D1D1. Windows color (decimal): -4530987 or 14015674. OLE color: 14015674.

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

Color convert

RGB 186 220 213 -
CMYK 0.15 0 0.03 0.14
HSL 167.65º 0.33% 0.8% -
HSV(B) 167.65º 0.15% 0.86% -
XYZ 57.85 66.43 72.72 -
YUV 209.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 186 220 213 0.15 0 0.03 0.14 167.65 0.33 0.8
Hex BA DC D5 F 0 3 E A8 21 50
Octal 272 334 325 17 0 3 16 250 41 120
Binary 10111010 11011100 11010101 1111 0 11 1110 10101000 100001 1010000

Color Harmonies of #BADCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCD5

Black with #BADCD5

Text Example


Text Example

White with #BADCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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