Html Css Color HEX #BBCAFA Periwinkle

📋 copy color: '#BBCAFA'

red 187 ◦ green 202 ◦ blue 250

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

Shades of Periwinkle #BBCAFA

Tints of Periwinkle #BBCAFA

RGB

 RED value IS 187 (73.44% from 255) = 29.26%

 GREEN value IS 202 (79.3% from 255) = 31.61%

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

R = 29.26%
G = 31.61%
B = 39.12%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBCAFA (or 0xBBCAFA) is known color: Periwinkle. HEX triplet: BB, CA and FA. RGB value is (187,202,250). Sum of RGB (Red+Green+Blue) = 187+202+250=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAFA is #443505. Grayscale: #CACACA. Windows color (decimal): -4470022 or 16435899. OLE color: 16435899.

HSL color Cylindrical-coordinate representation of color #BBCAFA: hue angle of 225.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCAFA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 202 250 -
CMYK 0.25 0.19 0 0.02
HSL 225.71º 0.86% 0.86% -
HSV(B) 225.71º 0.25% 0.98% -
XYZ 58.87 59.71 98.86 -
YUV 202.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 187 202 250 0.25 0.19 0 0.02 225.71 0.86 0.86
Hex BB CA FA 19 13 0 2 E2 56 56
Octal 273 312 372 31 23 0 2 342 126 126
Binary 10111011 11001010 11111010 11001 10011 0 10 11100010 1010110 1010110

Color Harmonies of #BBCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAFA

Black with #BBCAFA

Text Example


Text Example

White with #BBCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAFA; }

 p { color: rgb(187,202,250); }

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

background-color css

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

 a { background-color: rgb(187,202,250); }

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

border-color css

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

 span { border-color: rgb(187,202,250); }

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