Html Css Color HEX #BADDD8 Cruise

📋 copy color: '#BADDD8'

red 186 ◦ green 221 ◦ blue 216

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

Shades of Cruise #BADDD8

Tints of Cruise #BADDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.67%

R = 29.86%
G = 35.47%
B = 34.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BADDD8 (or 0xBADDD8) is known color: Cruise. HEX triplet: BA, DD and D8. RGB value is (186,221,216). Sum of RGB (Red+Green+Blue) = 186+221+216=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD8 is #452227. Grayscale: #D1D1D1. Windows color (decimal): -4530728 or 14212538. OLE color: 14212538.

HSL color Cylindrical-coordinate representation of color #BADDD8: hue angle of 171.43º 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 #BADDD8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 216 -
CMYK 0.16 0 0.02 0.13
HSL 171.43º 0.34% 0.8% -
HSV(B) 171.43º 0.16% 0.87% -
XYZ 58.5 67.11 74.84 -
YUV 209.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 186 221 216 0.16 0 0.02 0.13 171.43 0.34 0.8
Hex BA DD D8 10 0 2 D AB 22 50
Octal 272 335 330 20 0 2 15 253 42 120
Binary 10111010 11011101 11011000 10000 0 10 1101 10101011 100010 1010000

Color Harmonies of #BADDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDD8

Black with #BADDD8

Text Example


Text Example

White with #BADDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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