Html Css Color HEX #B2CEF2 Pale Cornflower Blue

📋 copy color: '#B2CEF2'

red 178 ◦ green 206 ◦ blue 242

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

Shades of Pale Cornflower Blue #B2CEF2

Tints of Pale Cornflower Blue #B2CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 28.43%
G = 32.91%
B = 38.66%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2CEF2 (or 0xB2CEF2) is known color: Pale Cornflower Blue. HEX triplet: B2, CE and F2. RGB value is (178,206,242). Sum of RGB (Red+Green+Blue) = 178+206+242=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEF2 is #4D310D. Grayscale: #C9C9C9. Windows color (decimal): -5058830 or 15912626. OLE color: 15912626.

HSL color Cylindrical-coordinate representation of color #B2CEF2: hue angle of 213.75º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2CEF2 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 206 242 -
CMYK 0.26 0.15 0 0.05
HSL 213.75º 0.71% 0.82% -
HSV(B) 213.75º 0.26% 0.95% -
XYZ 56.46 60.02 92.61 -
YUV 201.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 178 206 242 0.26 0.15 0 0.05 213.75 0.71 0.82
Hex B2 CE F2 1A F 0 5 D6 47 52
Octal 262 316 362 32 17 0 5 326 107 122
Binary 10110010 11001110 11110010 11010 1111 0 101 11010110 1000111 1010010

Color Harmonies of #B2CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEF2

Black with #B2CEF2

Text Example


Text Example

White with #B2CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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