Html Css Color HEX #B1EBD6 Cruise

📋 copy color: '#B1EBD6'

red 177 ◦ green 235 ◦ blue 214

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

Shades of Cruise #B1EBD6

Tints of Cruise #B1EBD6

RGB

 RED value IS 177 (69.53% from 255) = 28.27%

 GREEN value IS 235 (92.19% from 255) = 37.54%

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

R = 28.27%
G = 37.54%
B = 34.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B1EBD6 (or 0xB1EBD6) is known color: Cruise. HEX triplet: B1, EB and D6. RGB value is (177,235,214). Sum of RGB (Red+Green+Blue) = 177+235+214=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBD6 is #4E1429. Grayscale: #D7D7D7. Windows color (decimal): -5116970 or 14085041. OLE color: 14085041.

HSL color Cylindrical-coordinate representation of color #B1EBD6: hue angle of 158.28º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBD6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 214 -
CMYK 0.25 0 0.09 0.08
HSL 158.28º 0.59% 0.81% -
HSV(B) 158.28º 0.25% 0.92% -
XYZ 59.98 73.62 74.67 -
YUV 215.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 177 235 214 0.25 0 0.09 0.08 158.28 0.59 0.81
Hex B1 EB D6 19 0 9 8 9E 3B 51
Octal 261 353 326 31 0 11 10 236 73 121
Binary 10110001 11101011 11010110 11001 0 1001 1000 10011110 111011 1010001

Color Harmonies of #B1EBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBD6

Black with #B1EBD6

Text Example


Text Example

White with #B1EBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBD6; }

 p { color: rgb(177,235,214); }

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

background-color css

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

 a { background-color: rgb(177,235,214); }

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

border-color css

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

 span { border-color: rgb(177,235,214); }

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