Html Css Color HEX #BADDD4 Cruise

📋 copy color: '#BADDD4'

red 186 ◦ green 221 ◦ blue 212

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

Shades of Cruise #BADDD4

Tints of Cruise #BADDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.25%

R = 30.05%
G = 35.7%
B = 34.25%

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

#BADDD4 (or 0xBADDD4) is known color: Cruise. HEX triplet: BA, DD and D4. RGB value is (186,221,212). Sum of RGB (Red+Green+Blue) = 186+221+212=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD4 is #45222B. Grayscale: #D1D1D1. Windows color (decimal): -4530732 or 13950394. OLE color: 13950394.

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

Color convert

RGB 186 221 212 -
CMYK 0.16 0 0.04 0.13
HSL 164.57º 0.34% 0.8% -
HSV(B) 164.57º 0.16% 0.87% -
XYZ 57.99 66.91 72.15 -
YUV 209.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 186 221 212 0.16 0 0.04 0.13 164.57 0.34 0.8
Hex BA DD D4 10 0 4 D A5 22 50
Octal 272 335 324 20 0 4 15 245 42 120
Binary 10111010 11011101 11010100 10000 0 100 1101 10100101 100010 1010000

Color Harmonies of #BADDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDD4

Black with #BADDD4

Text Example


Text Example

White with #BADDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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