Html Css Color HEX #BADDD2 Cruise

📋 copy color: '#BADDD2'

red 186 ◦ green 221 ◦ blue 210

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

Shades of Cruise #BADDD2

Tints of Cruise #BADDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.04%

R = 30.15%
G = 35.82%
B = 34.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BADDD2 (or 0xBADDD2) is known color: Cruise. HEX triplet: BA, DD and D2. RGB value is (186,221,210). Sum of RGB (Red+Green+Blue) = 186+221+210=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD2 is #45222D. Grayscale: #D1D1D1. Windows color (decimal): -4530734 or 13819322. OLE color: 13819322.

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

Color convert

RGB 186 221 210 -
CMYK 0.16 0 0.05 0.13
HSL 161.14º 0.34% 0.8% -
HSV(B) 161.14º 0.16% 0.87% -
XYZ 57.74 66.81 70.82 -
YUV 209.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 186 221 210 0.16 0 0.05 0.13 161.14 0.34 0.8
Hex BA DD D2 10 0 5 D A1 22 50
Octal 272 335 322 20 0 5 15 241 42 120
Binary 10111010 11011101 11010010 10000 0 101 1101 10100001 100010 1010000

Color Harmonies of #BADDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDD2

Black with #BADDD2

Text Example


Text Example

White with #BADDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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