Html Css Color HEX #B2D8FA Pale Cornflower Blue

📋 copy color: '#B2D8FA'

red 178 ◦ green 216 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2D8FA

Tints of Pale Cornflower Blue #B2D8FA

RGB

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

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

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

R = 27.64%
G = 33.54%
B = 38.82%

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

#B2D8FA (or 0xB2D8FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D8 and FA. RGB value is (178,216,250). Sum of RGB (Red+Green+Blue) = 178+216+250=644 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.64% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D8FA is #4D2705. Grayscale: #D0D0D0. Windows color (decimal): -5056262 or 16439474. OLE color: 16439474.

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

Color convert

RGB 178 216 250 -
CMYK 0.29 0.14 0 0.02
HSL 208.33º 0.88% 0.84% -
HSV(B) 208.33º 0.29% 0.98% -
XYZ 60.17 65.48 99.91 -
YUV 208.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 178 216 250 0.29 0.14 0 0.02 208.33 0.88 0.84
Hex B2 D8 FA 1D E 0 2 D0 58 54
Octal 262 330 372 35 16 0 2 320 130 124
Binary 10110010 11011000 11111010 11101 1110 0 10 11010000 1011000 1010100

Color Harmonies of #B2D8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D8FA

Black with #B2D8FA

Text Example


Text Example

White with #B2D8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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