Html Css Color HEX #B9E4DA Cruise

📋 copy color: '#B9E4DA'

red 185 ◦ green 228 ◦ blue 218

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

Shades of Cruise #B9E4DA

Tints of Cruise #B9E4DA

RGB

 RED value IS 185 (72.66% from 255) = 29.32%

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 29.32%
G = 36.13%
B = 34.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#B9E4DA (or 0xB9E4DA) is known color: Cruise. HEX triplet: B9, E4 and DA. RGB value is (185,228,218). Sum of RGB (Red+Green+Blue) = 185+228+218=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4DA is #461B25. Grayscale: #D5D5D5. Windows color (decimal): -4594470 or 14345401. OLE color: 14345401.

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

Color convert

RGB 185 228 218 -
CMYK 0.19 0 0.04 0.11
HSL 166.05º 0.44% 0.81% -
HSV(B) 166.05º 0.19% 0.89% -
XYZ 60.41 70.86 76.82 -
YUV 214 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 185 228 218 0.19 0 0.04 0.11 166.05 0.44 0.81
Hex B9 E4 DA 13 0 4 B A6 2C 51
Octal 271 344 332 23 0 4 13 246 54 121
Binary 10111001 11100100 11011010 10011 0 100 1011 10100110 101100 1010001

Color Harmonies of #B9E4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E4DA

Black with #B9E4DA

Text Example


Text Example

White with #B9E4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E4DA; }

 p { color: rgb(185,228,218); }

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

background-color css

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

 a { background-color: rgb(185,228,218); }

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

border-color css

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

 span { border-color: rgb(185,228,218); }

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