Html Css Color HEX #B2CEF8 Pale Cornflower Blue

📋 copy color: '#B2CEF8'

red 178 ◦ green 206 ◦ blue 248

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

Shades of Pale Cornflower Blue #B2CEF8

Tints of Pale Cornflower Blue #B2CEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.24%

R = 28.16%
G = 32.59%
B = 39.24%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B2CEF8 (or 0xB2CEF8) is known color: Pale Cornflower Blue. HEX triplet: B2, CE and F8. RGB value is (178,206,248). Sum of RGB (Red+Green+Blue) = 178+206+248=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2CEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEF8 is #4D3107. Grayscale: #CACACA. Windows color (decimal): -5058824 or 16305842. OLE color: 16305842.

HSL color Cylindrical-coordinate representation of color #B2CEF8: hue angle of 216º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2CEF8 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 206 248 -
CMYK 0.28 0.17 0 0.03
HSL 216º 0.83% 0.84% -
HSV(B) 216º 0.28% 0.97% -
XYZ 57.37 60.38 97.44 -
YUV 202.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 178 206 248 0.28 0.17 0 0.03 216 0.83 0.84
Hex B2 CE F8 1C 11 0 3 D8 53 54
Octal 262 316 370 34 21 0 3 330 123 124
Binary 10110010 11001110 11111000 11100 10001 0 11 11011000 1010011 1010100

Color Harmonies of #B2CEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEF8

Black with #B2CEF8

Text Example


Text Example

White with #B2CEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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