Html Css Color HEX #BADDD5 Cruise

📋 copy color: '#BADDD5'

red 186 ◦ green 221 ◦ blue 213

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

Shades of Cruise #BADDD5

Tints of Cruise #BADDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.65%

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

R = 30%
G = 35.65%
B = 34.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BADDD5 (or 0xBADDD5) is known color: Cruise. HEX triplet: BA, DD and D5. RGB value is (186,221,213). Sum of RGB (Red+Green+Blue) = 186+221+213=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD5 is #45222A. Grayscale: #D1D1D1. Windows color (decimal): -4530731 or 14015930. OLE color: 14015930.

HSL color Cylindrical-coordinate representation of color #BADDD5: hue angle of 166.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDD5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 213 -
CMYK 0.16 0 0.04 0.13
HSL 166.29º 0.34% 0.8% -
HSV(B) 166.29º 0.16% 0.87% -
XYZ 58.12 66.96 72.81 -
YUV 209.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 186 221 213 0.16 0 0.04 0.13 166.29 0.34 0.8
Hex BA DD D5 10 0 4 D A6 22 50
Octal 272 335 325 20 0 4 15 246 42 120
Binary 10111010 11011101 11010101 10000 0 100 1101 10100110 100010 1010000

Color Harmonies of #BADDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDD5

Black with #BADDD5

Text Example


Text Example

White with #BADDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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