#B4CED5

Color #B4CED5 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #B4CED5

Tints of French Pass #B4CED5

Color information

#B4CED5 (or 0xB4CED5) is unknown color: approx French Pass. HEX triplet: B4, CE and D5. RGB value is (180,206,213). Sum of RGB (Red+Green+Blue) = 180+206+213=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CED5 is #4B312A. Grayscale: #C6C6C6. Windows color (decimal): -4927787 or 14012084. OLE color: 14012084.

HSL color Cylindrical-coordinate representation of color #B4CED5: hue angle of 192.73º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4CED5 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180206213-
CMYK0.150.0300.16
HSL192.73º28.21%77.06%-
HSV(B)192.73º15.49%83.53%-
XYZ52.958.6571.48-
YUV199.02135.89114.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=30.05%
G=34.39%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802062130.150.0300.16192.7328.2177.06
HexB4CED5F3010c11c4d
Octal26431632517302030134115
Binary10110100110011101101010111111101000011000001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CED5; }

 p { color: rgb(180,206,213); }

 H1.HeaderClassName
 {
   color: #B4CED5;
 }
 .AnyTagClassName
 {
   color: #B4CED5;
 }
</style>
background-color css

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

 a { background-color: rgb(180,206,213); }

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

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

 span { border-color: rgb(180,206,213); }

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