Html Css Color HEX #B0CFDC French Pass

📋 copy color: '#B0CFDC'

red 176 ◦ green 207 ◦ blue 220

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

Shades of French Pass #B0CFDC

Tints of French Pass #B0CFDC

RGB

 RED value IS 176 (69.14% from 255) = 29.19%

 GREEN value IS 207 (81.25% from 255) = 34.33%

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 29.19%
G = 34.33%
B = 36.48%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0CFDC (or 0xB0CFDC) is known color: French Pass. HEX triplet: B0, CF and DC. RGB value is (176,207,220). Sum of RGB (Red+Green+Blue) = 176+207+220=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDC is #4F3023. Grayscale: #C7C7C7. Windows color (decimal): -5189668 or 14471088. OLE color: 14471088.

HSL color Cylindrical-coordinate representation of color #B0CFDC: hue angle of 197.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CFDC is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 207 220 -
CMYK 0.2 0.06 0 0.14
HSL 197.73º 0.39% 0.78% -
HSV(B) 197.73º 0.2% 0.86% -
XYZ 53.14 59.02 76.3 -
YUV 199.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 176 207 220 0.2 0.06 0 0.14 197.73 0.39 0.78
Hex B0 CF DC 14 6 0 E C6 27 4E
Octal 260 317 334 24 6 0 16 306 47 116
Binary 10110000 11001111 11011100 10100 110 0 1110 11000110 100111 1001110

Color Harmonies of #B0CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFDC

Black with #B0CFDC

Text Example


Text Example

White with #B0CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFDC; }

 p { color: rgb(176,207,220); }

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

background-color css

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

 a { background-color: rgb(176,207,220); }

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

border-color css

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

 span { border-color: rgb(176,207,220); }

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