Html Css Color HEX #B2CEF3 Pale Cornflower Blue

📋 copy color: '#B2CEF3'

red 178 ◦ green 206 ◦ blue 243

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

Shades of Pale Cornflower Blue #B2CEF3

Tints of Pale Cornflower Blue #B2CEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 28.39%
G = 32.85%
B = 38.76%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2CEF3 (or 0xB2CEF3) is known color: Pale Cornflower Blue. HEX triplet: B2, CE and F3. RGB value is (178,206,243). Sum of RGB (Red+Green+Blue) = 178+206+243=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEF3 is #4D310C. Grayscale: #C9C9C9. Windows color (decimal): -5058829 or 15978162. OLE color: 15978162.

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

Color convert

RGB 178 206 243 -
CMYK 0.27 0.15 0 0.05
HSL 214.15º 0.73% 0.83% -
HSV(B) 214.15º 0.27% 0.95% -
XYZ 56.61 60.08 93.41 -
YUV 201.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 178 206 243 0.27 0.15 0 0.05 214.15 0.73 0.83
Hex B2 CE F3 1B F 0 5 D6 49 53
Octal 262 316 363 33 17 0 5 326 111 123
Binary 10110010 11001110 11110011 11011 1111 0 101 11010110 1001001 1010011

Color Harmonies of #B2CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEF3

Black with #B2CEF3

Text Example


Text Example

White with #B2CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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