Shades of French Pass #B2CFDA
Tints of French Pass #B2CFDA
RGB
CMYK
RGB Variations
Color information
#B2CFDA (or 0xB2CFDA) is known color: French Pass. HEX triplet: B2, CF and DA. RGB value is (178,207,218). Sum of RGB (Red+Green+Blue) = 178+207+218=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFDA is #4D3025. Grayscale: #C7C7C7. Windows color (decimal): -5058598 or 14340018. OLE color: 14340018.
HSL color Cylindrical-coordinate representation of color #B2CFDA: hue angle of 196.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2CFDA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 207 | 218 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.15 |
| HSL | 196.5º | 0.35% | 0.78% | - |
| HSV(B) | 196.5º | 0.18% | 0.85% | - |
| XYZ | 53.33 | 59.15 | 74.94 | - |
| YUV | 199.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 218 | 0.18 | 0.05 | 0 | 0.15 | 196.5 | 0.35 | 0.78 |
| Hex | B2 | CF | DA | 12 | 5 | 0 | F | C4 | 23 | 4E |
| Octal | 262 | 317 | 332 | 22 | 5 | 0 | 17 | 304 | 43 | 116 |
| Binary | 10110010 | 11001111 | 11011010 | 10010 | 101 | 0 | 1111 | 11000100 | 100011 | 1001110 |
Color Harmonies of #B2CFDA
Complementary color
Monochromatic Colors of #B2CFDA
Black with #B2CFDA
Text Example
Text Example
White with #B2CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFDA; }
p { color: rgb(178,207,218); }
H1.HeaderClassName
{
color: #B2CFDA;
}
.AnyTagClassName
{
color: #B2CFDA;
}
</style>
background-color css
<style>
a { background-color: #B2CFDA; }
a { background-color: rgb(178,207,218); }
div.DivClassName
{
background-color: #B2CFDA;
}
.BgClassName
{
background-color: #B2CFDA;
}
</style>
border-color css
<style>
span { border-color: #B2CFDA; }
span { border-color: rgb(178,207,218); }
td.TdClassName
{
border-color: #B2CFDA;
}
.TagClassName
{
border-color: #B2CFDA;
}
</style>