Shades of Cruise #B5E7D3
Tints of Cruise #B5E7D3
RGB
CMYK
RGB Variations
Color information
#B5E7D3 (or 0xB5E7D3) is known color: Cruise. HEX triplet: B5, E7 and D3. RGB value is (181,231,211). Sum of RGB (Red+Green+Blue) = 181+231+211=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7D3 is #4A182C. Grayscale: #D5D5D5. Windows color (decimal): -4855853 or 13887413. OLE color: 13887413.
HSL color Cylindrical-coordinate representation of color #B5E7D3: hue angle of 156º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E7D3 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 231 | 211 | - |
CMYK | 0.22 | 0 | 0.09 | 0.09 |
HSL | 156º | 0.51% | 0.81% | - |
HSV(B) | 156º | 0.22% | 0.91% | - |
XYZ | 59.39 | 71.68 | 72.33 | - |
YUV | 213.77 | 126.44 | 104.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 211 | 0.22 | 0 | 0.09 | 0.09 | 156 | 0.51 | 0.81 |
Hex | B5 | E7 | D3 | 16 | 0 | 9 | 9 | 9C | 33 | 51 |
Octal | 265 | 347 | 323 | 26 | 0 | 11 | 11 | 234 | 63 | 121 |
Binary | 10110101 | 11100111 | 11010011 | 10110 | 0 | 1001 | 1001 | 10011100 | 110011 | 1010001 |
Color Harmonies of #B5E7D3
Complementary color
Monochromatic Colors of #B5E7D3
Black with #B5E7D3
Text Example
Text Example
White with #B5E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7D3; }
p { color: rgb(181,231,211); }
H1.HeaderClassName
{
color: #B5E7D3;
}
.AnyTagClassName
{
color: #B5E7D3;
}
</style>
background-color css
<style>
a { background-color: #B5E7D3; }
a { background-color: rgb(181,231,211); }
div.DivClassName
{
background-color: #B5E7D3;
}
.BgClassName
{
background-color: #B5E7D3;
}
</style>
border-color css
<style>
span { border-color: #B5E7D3; }
span { border-color: rgb(181,231,211); }
td.TdClassName
{
border-color: #B5E7D3;
}
.TagClassName
{
border-color: #B5E7D3;
}
</style>