Html Css Color HEX #B2CEFF Pale Cornflower Blue

📋 copy color: '#B2CEFF'

red 178 ◦ green 206 ◦ blue 255

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

Shades of Pale Cornflower Blue #B2CEFF

Tints of Pale Cornflower Blue #B2CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.24%

 BLUE value IS 255 (100% from 255) = 39.91%

R = 27.86%
G = 32.24%
B = 39.91%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2CEFF (or 0xB2CEFF) is known color: Pale Cornflower Blue. HEX triplet: B2, CE and FF. RGB value is (178,206,255). Sum of RGB (Red+Green+Blue) = 178+206+255=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEFF is #4D3100. Grayscale: #CACACA. Windows color (decimal): -5058817 or 16764594. OLE color: 16764594.

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

Color convert

RGB 178 206 255 -
CMYK 0.30 0.19 0 0
HSL 218.18º 1% 0.85% -
HSV(B) 218.18º 0.3% 1% -
XYZ 58.48 60.83 103.27 -
YUV 203.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 178 206 255 0.30 0.19 0 0 218.18 1 0.85
Hex B2 CE FF 1E 13 0 0 DA 64 55
Octal 262 316 377 36 23 0 0 332 144 125
Binary 10110010 11001110 11111111 11110 10011 0 0 11011010 1100100 1010101

Color Harmonies of #B2CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEFF

Black with #B2CEFF

Text Example


Text Example

White with #B2CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEFF; }

 p { color: rgb(178,206,255); }

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

background-color css

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

 a { background-color: rgb(178,206,255); }

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

border-color css

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

 span { border-color: rgb(178,206,255); }

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