Html Css Color HEX #B2D4F9 Pale Cornflower Blue

📋 copy color: '#B2D4F9'

red 178 ◦ green 212 ◦ blue 249

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

Shades of Pale Cornflower Blue #B2D4F9

Tints of Pale Cornflower Blue #B2D4F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.97%

R = 27.86%
G = 33.18%
B = 38.97%

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

#B2D4F9 (or 0xB2D4F9) is known color: Pale Cornflower Blue. HEX triplet: B2, D4 and F9. RGB value is (178,212,249). Sum of RGB (Red+Green+Blue) = 178+212+249=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2D4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D4F9 is #4D2B06. Grayscale: #CDCDCD. Windows color (decimal): -5057287 or 16372914. OLE color: 16372914.

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

Color convert

RGB 178 212 249 -
CMYK 0.29 0.15 0 0.02
HSL 211.27º 0.86% 0.84% -
HSV(B) 211.27º 0.29% 0.98% -
XYZ 59 63.39 98.75 -
YUV 206.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 178 212 249 0.29 0.15 0 0.02 211.27 0.86 0.84
Hex B2 D4 F9 1D F 0 2 D3 56 54
Octal 262 324 371 35 17 0 2 323 126 124
Binary 10110010 11010100 11111001 11101 1111 0 10 11010011 1010110 1010100

Color Harmonies of #B2D4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D4F9

Black with #B2D4F9

Text Example


Text Example

White with #B2D4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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