Html Css Color HEX #B2D9FB Pale Cornflower Blue

📋 copy color: '#B2D9FB'

red 178 ◦ green 217 ◦ blue 251

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

Shades of Pale Cornflower Blue #B2D9FB

Tints of Pale Cornflower Blue #B2D9FB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.59%

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

R = 27.55%
G = 33.59%
B = 38.85%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2D9FB (or 0xB2D9FB) is known color: Pale Cornflower Blue. HEX triplet: B2, D9 and FB. RGB value is (178,217,251). Sum of RGB (Red+Green+Blue) = 178+217+251=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2D9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D9FB is #4D2604. Grayscale: #D1D1D1. Windows color (decimal): -5056005 or 16505266. OLE color: 16505266.

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

Color convert

RGB 178 217 251 -
CMYK 0.29 0.14 0 0.02
HSL 207.95º 0.9% 0.84% -
HSV(B) 207.95º 0.29% 0.98% -
XYZ 60.59 66.06 100.82 -
YUV 209.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 178 217 251 0.29 0.14 0 0.02 207.95 0.9 0.84
Hex B2 D9 FB 1D E 0 2 D0 5A 54
Octal 262 331 373 35 16 0 2 320 132 124
Binary 10110010 11011001 11111011 11101 1110 0 10 11010000 1011010 1010100

Color Harmonies of #B2D9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D9FB

Black with #B2D9FB

Text Example


Text Example

White with #B2D9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D9FB; }

 p { color: rgb(178,217,251); }

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

background-color css

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

 a { background-color: rgb(178,217,251); }

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

border-color css

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

 span { border-color: rgb(178,217,251); }

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