Html Css Color HEX #B7CED4 French Pass

📋 copy color: '#B7CED4'

red 183 ◦ green 206 ◦ blue 212

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

Shades of French Pass #B7CED4

Tints of French Pass #B7CED4

RGB

 RED value IS 183 (71.88% from 255) = 30.45%

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

 BLUE value IS 212 (83.2% from 255) = 35.27%

R = 30.45%
G = 34.28%
B = 35.27%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B7CED4 (or 0xB7CED4) is known color: French Pass. HEX triplet: B7, CE and D4. RGB value is (183,206,212). Sum of RGB (Red+Green+Blue) = 183+206+212=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #B7CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CED4 is #48312B. Grayscale: #C7C7C7. Windows color (decimal): -4731180 or 13946551. OLE color: 13946551.

HSL color Cylindrical-coordinate representation of color #B7CED4: hue angle of 192.41º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7CED4 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 206 212 -
CMYK 0.14 0.03 0 0.17
HSL 192.41º 0.25% 0.77% -
HSV(B) 192.41º 0.14% 0.83% -
XYZ 53.48 58.96 70.85 -
YUV 199.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 183 206 212 0.14 0.03 0 0.17 192.41 0.25 0.77
Hex B7 CE D4 E 3 0 11 C0 19 4D
Octal 267 316 324 16 3 0 21 300 31 115
Binary 10110111 11001110 11010100 1110 11 0 10001 11000000 11001 1001101

Color Harmonies of #B7CED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CED4

Black with #B7CED4

Text Example


Text Example

White with #B7CED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CED4; }

 p { color: rgb(183,206,212); }

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

background-color css

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

 a { background-color: rgb(183,206,212); }

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

border-color css

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

 span { border-color: rgb(183,206,212); }

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