Html Css Color HEX #B2D4FA Pale Cornflower Blue

📋 copy color: '#B2D4FA'

red 178 ◦ green 212 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2D4FA

Tints of Pale Cornflower Blue #B2D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

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

R = 27.81%
G = 33.13%
B = 39.06%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2D4FA (or 0xB2D4FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D4 and FA. RGB value is (178,212,250). Sum of RGB (Red+Green+Blue) = 178+212+250=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D4FA is #4D2B05. Grayscale: #CDCDCD. Windows color (decimal): -5057286 or 16438450. OLE color: 16438450.

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

Color convert

RGB 178 212 250 -
CMYK 0.29 0.15 0 0.02
HSL 211.67º 0.88% 0.84% -
HSV(B) 211.67º 0.29% 0.98% -
XYZ 59.16 63.45 99.57 -
YUV 206.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 178 212 250 0.29 0.15 0 0.02 211.67 0.88 0.84
Hex B2 D4 FA 1D F 0 2 D4 58 54
Octal 262 324 372 35 17 0 2 324 130 124
Binary 10110010 11010100 11111010 11101 1111 0 10 11010100 1011000 1010100

Color Harmonies of #B2D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D4FA

Black with #B2D4FA

Text Example


Text Example

White with #B2D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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