Html Css Color HEX #B4CED8 French Pass

📋 copy color: '#B4CED8'

red 180 ◦ green 206 ◦ blue 216

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

Shades of French Pass #B4CED8

Tints of French Pass #B4CED8

RGB

 RED value IS 180 (70.7% from 255) = 29.9%

 GREEN value IS 206 (80.86% from 255) = 34.22%

 BLUE value IS 216 (84.77% from 255) = 35.88%

R = 29.9%
G = 34.22%
B = 35.88%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4CED8 (or 0xB4CED8) is known color: French Pass. HEX triplet: B4, CE and D8. RGB value is (180,206,216). Sum of RGB (Red+Green+Blue) = 180+206+216=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CED8 is #4B3127. Grayscale: #C7C7C7. Windows color (decimal): -4927784 or 14208692. OLE color: 14208692.

HSL color Cylindrical-coordinate representation of color #B4CED8: hue angle of 196.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CED8 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 206 216 -
CMYK 0.17 0.05 0 0.15
HSL 196.67º 0.32% 0.78% -
HSV(B) 196.67º 0.17% 0.85% -
XYZ 53.29 58.8 73.51 -
YUV 199.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 180 206 216 0.17 0.05 0 0.15 196.67 0.32 0.78
Hex B4 CE D8 11 5 0 F C5 20 4E
Octal 264 316 330 21 5 0 17 305 40 116
Binary 10110100 11001110 11011000 10001 101 0 1111 11000101 100000 1001110

Color Harmonies of #B4CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CED8

Black with #B4CED8

Text Example


Text Example

White with #B4CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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