Html Css Color HEX #B1E0D3 Cruise

📋 copy color: '#B1E0D3'

red 177 ◦ green 224 ◦ blue 211

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

Shades of Cruise #B1E0D3

Tints of Cruise #B1E0D3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.6%

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

R = 28.92%
G = 36.6%
B = 34.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#B1E0D3 (or 0xB1E0D3) is known color: Cruise. HEX triplet: B1, E0 and D3. RGB value is (177,224,211). Sum of RGB (Red+Green+Blue) = 177+224+211=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0D3 is #4E1F2C. Grayscale: #D0D0D0. Windows color (decimal): -5119789 or 13885617. OLE color: 13885617.

HSL color Cylindrical-coordinate representation of color #B1E0D3: hue angle of 163.4º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E0D3 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 224 211 -
CMYK 0.21 0 0.06 0.12
HSL 163.4º 0.43% 0.79% -
HSV(B) 163.4º 0.21% 0.88% -
XYZ 56.54 67.36 71.65 -
YUV 208.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 177 224 211 0.21 0 0.06 0.12 163.4 0.43 0.79
Hex B1 E0 D3 15 0 6 C A3 2B 4F
Octal 261 340 323 25 0 6 14 243 53 117
Binary 10110001 11100000 11010011 10101 0 110 1100 10100011 101011 1001111

Color Harmonies of #B1E0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E0D3

Black with #B1E0D3

Text Example


Text Example

White with #B1E0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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