Html Css Color HEX #B3CFF2 Pale Cornflower Blue

📋 copy color: '#B3CFF2'

red 179 ◦ green 207 ◦ blue 242

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

Shades of Pale Cornflower Blue #B3CFF2

Tints of Pale Cornflower Blue #B3CFF2

RGB

 RED value IS 179 (70.31% from 255) = 28.5%

 GREEN value IS 207 (81.25% from 255) = 32.96%

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

R = 28.5%
G = 32.96%
B = 38.54%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3CFF2 (or 0xB3CFF2) is known color: Pale Cornflower Blue. HEX triplet: B3, CF and F2. RGB value is (179,207,242). Sum of RGB (Red+Green+Blue) = 179+207+242=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFF2 is #4C300D. Grayscale: #CACACA. Windows color (decimal): -4993038 or 15912883. OLE color: 15912883.

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

Color convert

RGB 179 207 242 -
CMYK 0.26 0.14 0 0.05
HSL 213.33º 0.71% 0.83% -
HSV(B) 213.33º 0.26% 0.95% -
XYZ 56.93 60.62 92.7 -
YUV 202.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 179 207 242 0.26 0.14 0 0.05 213.33 0.71 0.83
Hex B3 CF F2 1A E 0 5 D5 47 53
Octal 263 317 362 32 16 0 5 325 107 123
Binary 10110011 11001111 11110010 11010 1110 0 101 11010101 1000111 1010011

Color Harmonies of #B3CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFF2

Black with #B3CFF2

Text Example


Text Example

White with #B3CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFF2; }

 p { color: rgb(179,207,242); }

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

background-color css

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

 a { background-color: rgb(179,207,242); }

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

border-color css

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

 span { border-color: rgb(179,207,242); }

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