Html Css Color HEX #B1E2CF Cruise

📋 copy color: '#B1E2CF'

red 177 ◦ green 226 ◦ blue 207

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

Shades of Cruise #B1E2CF

Tints of Cruise #B1E2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 29.02%
G = 37.05%
B = 33.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#B1E2CF (or 0xB1E2CF) is known color: Cruise. HEX triplet: B1, E2 and CF. RGB value is (177,226,207). Sum of RGB (Red+Green+Blue) = 177+226+207=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2CF is #4E1D30. Grayscale: #D1D1D1. Windows color (decimal): -5119281 or 13623985. OLE color: 13623985.

HSL color Cylindrical-coordinate representation of color #B1E2CF: hue angle of 156.73º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2CF is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 226 207 -
CMYK 0.22 0 0.08 0.11
HSL 156.73º 0.46% 0.79% -
HSV(B) 156.73º 0.22% 0.89% -
XYZ 56.59 68.24 69.22 -
YUV 209.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 177 226 207 0.22 0 0.08 0.11 156.73 0.46 0.79
Hex B1 E2 CF 16 0 8 B 9D 2E 4F
Octal 261 342 317 26 0 10 13 235 56 117
Binary 10110001 11100010 11001111 10110 0 1000 1011 10011101 101110 1001111

Color Harmonies of #B1E2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E2CF

Black with #B1E2CF

Text Example


Text Example

White with #B1E2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E2CF; }

 p { color: rgb(177,226,207); }

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

background-color css

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

 a { background-color: rgb(177,226,207); }

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

border-color css

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

 span { border-color: rgb(177,226,207); }

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