Html Css Color HEX #B2CCFD Pale Cornflower Blue

📋 copy color: '#B2CCFD'

red 178 ◦ green 204 ◦ blue 253

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

Shades of Pale Cornflower Blue #B2CCFD

Tints of Pale Cornflower Blue #B2CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.13%

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 28.03%
G = 32.13%
B = 39.84%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2CCFD (or 0xB2CCFD) is known color: Pale Cornflower Blue. HEX triplet: B2, CC and FD. RGB value is (178,204,253). Sum of RGB (Red+Green+Blue) = 178+204+253=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCFD is #4D3302. Grayscale: #C9C9C9. Windows color (decimal): -5059331 or 16633010. OLE color: 16633010.

HSL color Cylindrical-coordinate representation of color #B2CCFD: hue angle of 219.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CCFD is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 204 253 -
CMYK 0.30 0.19 0 0.01
HSL 219.2º 0.95% 0.85% -
HSV(B) 219.2º 0.3% 0.99% -
XYZ 57.68 59.74 101.42 -
YUV 201.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 178 204 253 0.30 0.19 0 0.01 219.2 0.95 0.85
Hex B2 CC FD 1E 13 0 1 DB 5F 55
Octal 262 314 375 36 23 0 1 333 137 125
Binary 10110010 11001100 11111101 11110 10011 0 1 11011011 1011111 1010101

Color Harmonies of #B2CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCFD

Black with #B2CCFD

Text Example


Text Example

White with #B2CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCFD; }

 p { color: rgb(178,204,253); }

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

background-color css

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

 a { background-color: rgb(178,204,253); }

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

border-color css

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

 span { border-color: rgb(178,204,253); }

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