Html Css Color HEX #B2CEFA Pale Cornflower Blue

📋 copy color: '#B2CEFA'

red 178 ◦ green 206 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2CEFA

Tints of Pale Cornflower Blue #B2CEFA

RGB

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

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

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

R = 28.08%
G = 32.49%
B = 39.43%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2CEFA (or 0xB2CEFA) is known color: Pale Cornflower Blue. HEX triplet: B2, CE and FA. RGB value is (178,206,250). Sum of RGB (Red+Green+Blue) = 178+206+250=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEFA is #4D3105. Grayscale: #CACACA. Windows color (decimal): -5058822 or 16436914. OLE color: 16436914.

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

Color convert

RGB 178 206 250 -
CMYK 0.29 0.18 0 0.02
HSL 216.67º 0.88% 0.84% -
HSV(B) 216.67º 0.29% 0.98% -
XYZ 57.69 60.51 99.08 -
YUV 202.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 178 206 250 0.29 0.18 0 0.02 216.67 0.88 0.84
Hex B2 CE FA 1D 12 0 2 D9 58 54
Octal 262 316 372 35 22 0 2 331 130 124
Binary 10110010 11001110 11111010 11101 10010 0 10 11011001 1011000 1010100

Color Harmonies of #B2CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEFA

Black with #B2CEFA

Text Example


Text Example

White with #B2CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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