Html Css Color HEX #BAE0DB Cruise

📋 copy color: '#BAE0DB'

red 186 ◦ green 224 ◦ blue 219

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

Shades of Cruise #BAE0DB

Tints of Cruise #BAE0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.61%

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

R = 29.57%
G = 35.61%
B = 34.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#BAE0DB (or 0xBAE0DB) is known color: Cruise. HEX triplet: BA, E0 and DB. RGB value is (186,224,219). Sum of RGB (Red+Green+Blue) = 186+224+219=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0DB is #451F24. Grayscale: #D4D4D4. Windows color (decimal): -4529957 or 14409914. OLE color: 14409914.

HSL color Cylindrical-coordinate representation of color #BAE0DB: hue angle of 172.11º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0DB is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 219 -
CMYK 0.17 0 0.02 0.12
HSL 172.11º 0.38% 0.8% -
HSV(B) 172.11º 0.17% 0.88% -
XYZ 59.69 68.86 77.16 -
YUV 212.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 186 224 219 0.17 0 0.02 0.12 172.11 0.38 0.8
Hex BA E0 DB 11 0 2 C AC 26 50
Octal 272 340 333 21 0 2 14 254 46 120
Binary 10111010 11100000 11011011 10001 0 10 1100 10101100 100110 1010000

Color Harmonies of #BAE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0DB

Black with #BAE0DB

Text Example


Text Example

White with #BAE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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