Html Css Color HEX #BBCAF1 Periwinkle

📋 copy color: '#BBCAF1'

red 187 ◦ green 202 ◦ blue 241

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

Shades of Periwinkle #BBCAF1

Tints of Periwinkle #BBCAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.25%

R = 29.68%
G = 32.06%
B = 38.25%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCAF1 (or 0xBBCAF1) is known color: Periwinkle. HEX triplet: BB, CA and F1. RGB value is (187,202,241). Sum of RGB (Red+Green+Blue) = 187+202+241=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF1 is #44350E. Grayscale: #C9C9C9. Windows color (decimal): -4470031 or 15846075. OLE color: 15846075.

HSL color Cylindrical-coordinate representation of color #BBCAF1: hue angle of 223.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCAF1 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 202 241 -
CMYK 0.22 0.16 0 0.05
HSL 223.33º 0.66% 0.84% -
HSV(B) 223.33º 0.22% 0.95% -
XYZ 57.49 59.16 91.61 -
YUV 201.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 187 202 241 0.22 0.16 0 0.05 223.33 0.66 0.84
Hex BB CA F1 16 10 0 5 DF 42 54
Octal 273 312 361 26 20 0 5 337 102 124
Binary 10111011 11001010 11110001 10110 10000 0 101 11011111 1000010 1010100

Color Harmonies of #BBCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAF1

Black with #BBCAF1

Text Example


Text Example

White with #BBCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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