Html Css Color HEX #BBCFF0 Periwinkle

📋 copy color: '#BBCFF0'

red 187 ◦ green 207 ◦ blue 240

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

Shades of Periwinkle #BBCFF0

Tints of Periwinkle #BBCFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 29.5%
G = 32.65%
B = 37.85%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBCFF0 (or 0xBBCFF0) is known color: Periwinkle. HEX triplet: BB, CF and F0. RGB value is (187,207,240). Sum of RGB (Red+Green+Blue) = 187+207+240=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF0 is #44300F. Grayscale: #CCCCCC. Windows color (decimal): -4468752 or 15781819. OLE color: 15781819.

HSL color Cylindrical-coordinate representation of color #BBCFF0: hue angle of 217.36º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCFF0 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 207 240 -
CMYK 0.22 0.14 0 0.06
HSL 217.36º 0.64% 0.84% -
HSV(B) 217.36º 0.22% 0.94% -
XYZ 58.53 61.48 91.22 -
YUV 204.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 187 207 240 0.22 0.14 0 0.06 217.36 0.64 0.84
Hex BB CF F0 16 E 0 6 D9 40 54
Octal 273 317 360 26 16 0 6 331 100 124
Binary 10111011 11001111 11110000 10110 1110 0 110 11011001 1000000 1010100

Color Harmonies of #BBCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFF0

Black with #BBCFF0

Text Example


Text Example

White with #BBCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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