Html Css Color HEX #B1E4D3 Cruise

📋 copy color: '#B1E4D3'

red 177 ◦ green 228 ◦ blue 211

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

Shades of Cruise #B1E4D3

Tints of Cruise #B1E4D3

RGB

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

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

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

R = 28.73%
G = 37.01%
B = 34.25%

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

#B1E4D3 (or 0xB1E4D3) is known color: Cruise. HEX triplet: B1, E4 and D3. RGB value is (177,228,211). Sum of RGB (Red+Green+Blue) = 177+228+211=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4D3 is #4E1B2C. Grayscale: #D2D2D2. Windows color (decimal): -5118765 or 13886641. OLE color: 13886641.

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

Color convert

RGB 177 228 211 -
CMYK 0.22 0 0.07 0.11
HSL 160º 0.49% 0.79% -
HSV(B) 160º 0.22% 0.89% -
XYZ 57.63 69.54 72.01 -
YUV 210.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 177 228 211 0.22 0 0.07 0.11 160 0.49 0.79
Hex B1 E4 D3 16 0 7 B A0 31 4F
Octal 261 344 323 26 0 7 13 240 61 117
Binary 10110001 11100100 11010011 10110 0 111 1011 10100000 110001 1001111

Color Harmonies of #B1E4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E4D3

Black with #B1E4D3

Text Example


Text Example

White with #B1E4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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