Html Css Color HEX #BBCFF8 Periwinkle

📋 copy color: '#BBCFF8'

red 187 ◦ green 207 ◦ blue 248

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

Shades of Periwinkle #BBCFF8

Tints of Periwinkle #BBCFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 29.13%
G = 32.24%
B = 38.63%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBCFF8 (or 0xBBCFF8) is known color: Periwinkle. HEX triplet: BB, CF and F8. RGB value is (187,207,248). Sum of RGB (Red+Green+Blue) = 187+207+248=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF8 is #443007. Grayscale: #CDCDCD. Windows color (decimal): -4468744 or 16306107. OLE color: 16306107.

HSL color Cylindrical-coordinate representation of color #BBCFF8: hue angle of 220.33º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCFF8 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 207 248 -
CMYK 0.25 0.17 0 0.03
HSL 220.33º 0.81% 0.85% -
HSV(B) 220.33º 0.25% 0.97% -
XYZ 59.75 61.97 97.62 -
YUV 205.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 187 207 248 0.25 0.17 0 0.03 220.33 0.81 0.85
Hex BB CF F8 19 11 0 3 DC 51 55
Octal 273 317 370 31 21 0 3 334 121 125
Binary 10111011 11001111 11111000 11001 10001 0 11 11011100 1010001 1010101

Color Harmonies of #BBCFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFF8

Black with #BBCFF8

Text Example


Text Example

White with #BBCFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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