Html Css Color HEX #B5D8FC Pale Cornflower Blue

📋 copy color: '#B5D8FC'

red 181 ◦ green 216 ◦ blue 252

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

Shades of Pale Cornflower Blue #B5D8FC

Tints of Pale Cornflower Blue #B5D8FC

RGB

 RED value IS 181 (71.09% from 255) = 27.89%

 GREEN value IS 216 (84.77% from 255) = 33.28%

 BLUE value IS 252 (98.83% from 255) = 38.83%

R = 27.89%
G = 33.28%
B = 38.83%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5D8FC (or 0xB5D8FC) is known color: Pale Cornflower Blue. HEX triplet: B5, D8 and FC. RGB value is (181,216,252). Sum of RGB (Red+Green+Blue) = 181+216+252=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D8FC is #4A2703. Grayscale: #D1D1D1. Windows color (decimal): -4859652 or 16570549. OLE color: 16570549.

HSL color Cylindrical-coordinate representation of color #B5D8FC: hue angle of 210.42º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5D8FC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 216 252 -
CMYK 0.28 0.14 0 0.01
HSL 210.42º 0.92% 0.85% -
HSV(B) 210.42º 0.28% 0.99% -
XYZ 61.18 65.96 101.6 -
YUV 209.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 181 216 252 0.28 0.14 0 0.01 210.42 0.92 0.85
Hex B5 D8 FC 1C E 0 1 D2 5C 55
Octal 265 330 374 34 16 0 1 322 134 125
Binary 10110101 11011000 11111100 11100 1110 0 1 11010010 1011100 1010101

Color Harmonies of #B5D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D8FC

Black with #B5D8FC

Text Example


Text Example

White with #B5D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D8FC; }

 p { color: rgb(181,216,252); }

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

background-color css

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

 a { background-color: rgb(181,216,252); }

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

border-color css

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

 span { border-color: rgb(181,216,252); }

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