Html Css Color HEX #B2D3FE Pale Cornflower Blue

📋 copy color: '#B2D3FE'

red 178 ◦ green 211 ◦ blue 254

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

Shades of Pale Cornflower Blue #B2D3FE

Tints of Pale Cornflower Blue #B2D3FE

RGB

 RED value IS 178 (69.92% from 255) = 27.68%

 GREEN value IS 211 (82.81% from 255) = 32.81%

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 27.68%
G = 32.81%
B = 39.5%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2D3FE (or 0xB2D3FE) is known color: Pale Cornflower Blue. HEX triplet: B2, D3 and FE. RGB value is (178,211,254). Sum of RGB (Red+Green+Blue) = 178+211+254=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D3FE is #4D2C01. Grayscale: #CDCDCD. Windows color (decimal): -5057538 or 16700338. OLE color: 16700338.

HSL color Cylindrical-coordinate representation of color #B2D3FE: hue angle of 213.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D3FE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 211 254 -
CMYK 0.30 0.17 0 0.00
HSL 213.95º 0.97% 0.85% -
HSV(B) 213.95º 0.3% 1% -
XYZ 59.54 63.21 102.83 -
YUV 206.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 178 211 254 0.30 0.17 0 0.00 213.95 0.97 0.85
Hex B2 D3 FE 1E 11 0 0 D6 61 55
Octal 262 323 376 36 21 0 0 326 141 125
Binary 10110010 11010011 11111110 11110 10001 0 0 11010110 1100001 1010101

Color Harmonies of #B2D3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D3FE

Black with #B2D3FE

Text Example


Text Example

White with #B2D3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D3FE; }

 p { color: rgb(178,211,254); }

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

background-color css

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

 a { background-color: rgb(178,211,254); }

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

border-color css

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

 span { border-color: rgb(178,211,254); }

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