Html Css Color HEX #BADCD3 Cruise

📋 copy color: '#BADCD3'

red 186 ◦ green 220 ◦ blue 211

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

Shades of Cruise #BADCD3

Tints of Cruise #BADCD3

RGB

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

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

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

R = 30.15%
G = 35.66%
B = 34.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#BADCD3 (or 0xBADCD3) is known color: Cruise. HEX triplet: BA, DC and D3. RGB value is (186,220,211). Sum of RGB (Red+Green+Blue) = 186+220+211=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD3 is #45232C. Grayscale: #D0D0D0. Windows color (decimal): -4530989 or 13884602. OLE color: 13884602.

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

Color convert

RGB 186 220 211 -
CMYK 0.15 0 0.04 0.14
HSL 164.12º 0.33% 0.8% -
HSV(B) 164.12º 0.15% 0.86% -
XYZ 57.6 66.33 71.39 -
YUV 208.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 186 220 211 0.15 0 0.04 0.14 164.12 0.33 0.8
Hex BA DC D3 F 0 4 E A4 21 50
Octal 272 334 323 17 0 4 16 244 41 120
Binary 10111010 11011100 11010011 1111 0 100 1110 10100100 100001 1010000

Color Harmonies of #BADCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCD3

Black with #BADCD3

Text Example


Text Example

White with #BADCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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