Html Css Color HEX #BAE4D6 Cruise

📋 copy color: '#BAE4D6'

red 186 ◦ green 228 ◦ blue 214

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

Shades of Cruise #BAE4D6

Tints of Cruise #BAE4D6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.31%

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 29.62%
G = 36.31%
B = 34.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#BAE4D6 (or 0xBAE4D6) is known color: Cruise. HEX triplet: BA, E4 and D6. RGB value is (186,228,214). Sum of RGB (Red+Green+Blue) = 186+228+214=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4D6 is #451B29. Grayscale: #D5D5D5. Windows color (decimal): -4528938 or 14083258. OLE color: 14083258.

HSL color Cylindrical-coordinate representation of color #BAE4D6: hue angle of 160º degrees, saturation: 0.44, 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 #BAE4D6 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 214 -
CMYK 0.18 0 0.06 0.11
HSL 160º 0.44% 0.81% -
HSV(B) 160º 0.18% 0.89% -
XYZ 60.13 70.78 74.11 -
YUV 213.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 186 228 214 0.18 0 0.06 0.11 160 0.44 0.81
Hex BA E4 D6 12 0 6 B A0 2C 51
Octal 272 344 326 22 0 6 13 240 54 121
Binary 10111010 11100100 11010110 10010 0 110 1011 10100000 101100 1010001

Color Harmonies of #BAE4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4D6

Black with #BAE4D6

Text Example


Text Example

White with #BAE4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4D6; }

 p { color: rgb(186,228,214); }

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

background-color css

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

 a { background-color: rgb(186,228,214); }

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

border-color css

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

 span { border-color: rgb(186,228,214); }

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