Html Css Color HEX #B2D5FA Pale Cornflower Blue

📋 copy color: '#B2D5FA'

red 178 ◦ green 213 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2D5FA

Tints of Pale Cornflower Blue #B2D5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.23%

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

R = 27.77%
G = 33.23%
B = 39%

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

#B2D5FA (or 0xB2D5FA) is known color: Pale Cornflower Blue. HEX triplet: B2, D5 and FA. RGB value is (178,213,250). Sum of RGB (Red+Green+Blue) = 178+213+250=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2D5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D5FA is #4D2A05. Grayscale: #CECECE. Windows color (decimal): -5057030 or 16438706. OLE color: 16438706.

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

Color convert

RGB 178 213 250 -
CMYK 0.29 0.15 0 0.02
HSL 210.83º 0.88% 0.84% -
HSV(B) 210.83º 0.29% 0.98% -
XYZ 59.41 63.96 99.66 -
YUV 206.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 178 213 250 0.29 0.15 0 0.02 210.83 0.88 0.84
Hex B2 D5 FA 1D F 0 2 D3 58 54
Octal 262 325 372 35 17 0 2 323 130 124
Binary 10110010 11010101 11111010 11101 1111 0 10 11010011 1011000 1010100

Color Harmonies of #B2D5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D5FA

Black with #B2D5FA

Text Example


Text Example

White with #B2D5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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