Html Css Color HEX #B0DCFB Pale Cornflower Blue

📋 copy color: '#B0DCFB'

red 176 ◦ green 220 ◦ blue 251

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

Shades of Pale Cornflower Blue #B0DCFB

Tints of Pale Cornflower Blue #B0DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34%

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 27.2%
G = 34%
B = 38.79%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0DCFB (or 0xB0DCFB) is known color: Pale Cornflower Blue. HEX triplet: B0, DC and FB. RGB value is (176,220,251). Sum of RGB (Red+Green+Blue) = 176+220+251=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCFB is #4F2304. Grayscale: #D2D2D2. Windows color (decimal): -5186309 or 16506032. OLE color: 16506032.

HSL color Cylindrical-coordinate representation of color #B0DCFB: hue angle of 204.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DCFB is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 220 251 -
CMYK 0.30 0.12 0 0.02
HSL 204.8º 0.9% 0.84% -
HSV(B) 204.8º 0.3% 0.98% -
XYZ 60.91 67.38 101.06 -
YUV 210.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 176 220 251 0.30 0.12 0 0.02 204.8 0.9 0.84
Hex B0 DC FB 1E C 0 2 CD 5A 54
Octal 260 334 373 36 14 0 2 315 132 124
Binary 10110000 11011100 11111011 11110 1100 0 10 11001101 1011010 1010100

Color Harmonies of #B0DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCFB

Black with #B0DCFB

Text Example


Text Example

White with #B0DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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