Html Css Color HEX #BBCFF3 Periwinkle

📋 copy color: '#BBCFF3'

red 187 ◦ green 207 ◦ blue 243

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

Shades of Periwinkle #BBCFF3

Tints of Periwinkle #BBCFF3

RGB

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

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

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

R = 29.36%
G = 32.5%
B = 38.15%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCFF3 (or 0xBBCFF3) is known color: Periwinkle. HEX triplet: BB, CF and F3. RGB value is (187,207,243). Sum of RGB (Red+Green+Blue) = 187+207+243=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF3 is #44300C. Grayscale: #CCCCCC. Windows color (decimal): -4468749 or 15978427. OLE color: 15978427.

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

Color convert

RGB 187 207 243 -
CMYK 0.23 0.15 0 0.05
HSL 218.57º 0.7% 0.84% -
HSV(B) 218.57º 0.23% 0.95% -
XYZ 58.98 61.66 93.59 -
YUV 205.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 187 207 243 0.23 0.15 0 0.05 218.57 0.7 0.84
Hex BB CF F3 17 F 0 5 DB 46 54
Octal 273 317 363 27 17 0 5 333 106 124
Binary 10111011 11001111 11110011 10111 1111 0 101 11011011 1000110 1010100

Color Harmonies of #BBCFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFF3

Black with #BBCFF3

Text Example


Text Example

White with #BBCFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFF3; }

 p { color: rgb(187,207,243); }

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

background-color css

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

 a { background-color: rgb(187,207,243); }

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

border-color css

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

 span { border-color: rgb(187,207,243); }

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