Html Css Color HEX #BBCCF1 Periwinkle

📋 copy color: '#BBCCF1'

red 187 ◦ green 204 ◦ blue 241

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

Shades of Periwinkle #BBCCF1

Tints of Periwinkle #BBCCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.28%

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

R = 29.59%
G = 32.28%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCCF1 (or 0xBBCCF1) is known color: Periwinkle. HEX triplet: BB, CC and F1. RGB value is (187,204,241). Sum of RGB (Red+Green+Blue) = 187+204+241=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF1 is #44330E. Grayscale: #CACACA. Windows color (decimal): -4469519 or 15846587. OLE color: 15846587.

HSL color Cylindrical-coordinate representation of color #BBCCF1: hue angle of 221.11º 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 #BBCCF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 204 241 -
CMYK 0.22 0.15 0 0.05
HSL 221.11º 0.66% 0.84% -
HSV(B) 221.11º 0.22% 0.95% -
XYZ 57.96 60.1 91.76 -
YUV 203.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 187 204 241 0.22 0.15 0 0.05 221.11 0.66 0.84
Hex BB CC F1 16 F 0 5 DD 42 54
Octal 273 314 361 26 17 0 5 335 102 124
Binary 10111011 11001100 11110001 10110 1111 0 101 11011101 1000010 1010100

Color Harmonies of #BBCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCF1

Black with #BBCCF1

Text Example


Text Example

White with #BBCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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