Html Css Color HEX #B1E2D3 Cruise

📋 copy color: '#B1E2D3'

red 177 ◦ green 226 ◦ blue 211

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

Shades of Cruise #B1E2D3

Tints of Cruise #B1E2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 28.83%
G = 36.81%
B = 34.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#B1E2D3 (or 0xB1E2D3) is known color: Cruise. HEX triplet: B1, E2 and D3. RGB value is (177,226,211). Sum of RGB (Red+Green+Blue) = 177+226+211=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2D3 is #4E1D2C. Grayscale: #D1D1D1. Windows color (decimal): -5119277 or 13886129. OLE color: 13886129.

HSL color Cylindrical-coordinate representation of color #B1E2D3: hue angle of 161.63º 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 #B1E2D3 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 226 211 -
CMYK 0.22 0 0.07 0.11
HSL 161.63º 0.46% 0.79% -
HSV(B) 161.63º 0.22% 0.89% -
XYZ 57.09 68.44 71.83 -
YUV 209.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 177 226 211 0.22 0 0.07 0.11 161.63 0.46 0.79
Hex B1 E2 D3 16 0 7 B A2 2E 4F
Octal 261 342 323 26 0 7 13 242 56 117
Binary 10110001 11100010 11010011 10110 0 111 1011 10100010 101110 1001111

Color Harmonies of #B1E2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E2D3

Black with #B1E2D3

Text Example


Text Example

White with #B1E2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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