Html Css Color HEX #BAE2DB Cruise

📋 copy color: '#BAE2DB'

red 186 ◦ green 226 ◦ blue 219

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

Shades of Cruise #BAE2DB

Tints of Cruise #BAE2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.82%

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 29.48%
G = 35.82%
B = 34.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BAE2DB (or 0xBAE2DB) is known color: Cruise. HEX triplet: BA, E2 and DB. RGB value is (186,226,219). Sum of RGB (Red+Green+Blue) = 186+226+219=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DB is #451D24. Grayscale: #D5D5D5. Windows color (decimal): -4529445 or 14410426. OLE color: 14410426.

HSL color Cylindrical-coordinate representation of color #BAE2DB: hue angle of 169.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2DB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 219 -
CMYK 0.18 0 0.03 0.11
HSL 169.5º 0.41% 0.81% -
HSV(B) 169.5º 0.18% 0.89% -
XYZ 60.23 69.95 77.34 -
YUV 213.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 186 226 219 0.18 0 0.03 0.11 169.5 0.41 0.81
Hex BA E2 DB 12 0 3 B AA 29 51
Octal 272 342 333 22 0 3 13 252 51 121
Binary 10111010 11100010 11011011 10010 0 11 1011 10101010 101001 1010001

Color Harmonies of #BAE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE2DB

Black with #BAE2DB

Text Example


Text Example

White with #BAE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE2DB; }

 p { color: rgb(186,226,219); }

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

background-color css

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

 a { background-color: rgb(186,226,219); }

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

border-color css

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

 span { border-color: rgb(186,226,219); }

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