Html Css Color HEX #B2CDFF Pale Cornflower Blue

📋 copy color: '#B2CDFF'

red 178 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #B2CDFF

Tints of Pale Cornflower Blue #B2CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.13%

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

R = 27.9%
G = 32.13%
B = 39.97%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2CDFF (or 0xB2CDFF) is known color: Pale Cornflower Blue. HEX triplet: B2, CD and FF. RGB value is (178,205,255). Sum of RGB (Red+Green+Blue) = 178+205+255=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDFF is #4D3200. Grayscale: #CACACA. Windows color (decimal): -5059073 or 16764338. OLE color: 16764338.

HSL color Cylindrical-coordinate representation of color #B2CDFF: hue angle of 218.96º 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 #B2CDFF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 205 255 -
CMYK 0.30 0.20 0 0
HSL 218.96º 1% 0.85% -
HSV(B) 218.96º 0.3% 1% -
XYZ 58.24 60.35 103.19 -
YUV 202.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 178 205 255 0.30 0.20 0 0 218.96 1 0.85
Hex B2 CD FF 1E 14 0 0 DB 64 55
Octal 262 315 377 36 24 0 0 333 144 125
Binary 10110010 11001101 11111111 11110 10100 0 0 11011011 1100100 1010101

Color Harmonies of #B2CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDFF

Black with #B2CDFF

Text Example


Text Example

White with #B2CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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