Html Css Color HEX #B2D9FA Pale Cornflower Blue

📋 copy color: '#B2D9FA'

red 178 ◦ green 217 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2D9FA

Tints of Pale Cornflower Blue #B2D9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 27.6%
G = 33.64%
B = 38.76%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2D9FA (or 0xB2D9FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D9 and FA. RGB value is (178,217,250). Sum of RGB (Red+Green+Blue) = 178+217+250=645 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.60% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D9FA is #4D2605. Grayscale: #D0D0D0. Windows color (decimal): -5056006 or 16439730. OLE color: 16439730.

HSL color Cylindrical-coordinate representation of color #B2D9FA: hue angle of 207.5º degrees, saturation: 0.88, 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 #B2D9FA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 217 250 -
CMYK 0.29 0.13 0 0.02
HSL 207.5º 0.88% 0.84% -
HSV(B) 207.5º 0.29% 0.98% -
XYZ 60.43 65.99 100 -
YUV 209.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 178 217 250 0.29 0.13 0 0.02 207.5 0.88 0.84
Hex B2 D9 FA 1D D 0 2 D0 58 54
Octal 262 331 372 35 15 0 2 320 130 124
Binary 10110010 11011001 11111010 11101 1101 0 10 11010000 1011000 1010100

Color Harmonies of #B2D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D9FA

Black with #B2D9FA

Text Example


Text Example

White with #B2D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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